You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/11/24 21:17:06 UTC

[maven-javadoc-plugin] 01/01: [MJAVADOC-738] Upgrade commons-text to 1.10.0

This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch MJAVADOC-738
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit fdb14b9794050581b803c526000c15d82eb4a392
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Nov 24 22:16:29 2022 +0100

    [MJAVADOC-738] Upgrade commons-text to 1.10.0
    
    ---
    
    https://issues.apache.org/jira/browse/MJAVADOC-738
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59f1f194..81978849 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-text</artifactId>
-      <version>1.9</version>
+      <version>1.10.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>