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:26:13 UTC

[maven-javadoc-plugin] branch master updated: [MJAVADOC-738] Upgrade commons-text to 1.10.0 (#174)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 96df545a [MJAVADOC-738] Upgrade commons-text to 1.10.0 (#174)
96df545a is described below

commit 96df545acc6a70f64cb2c00b2b7d7544a4f775c4
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Nov 24 22:26:06 2022 +0100

    [MJAVADOC-738] Upgrade commons-text to 1.10.0 (#174)
    
    ---
    
    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>