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:05 UTC

[maven-javadoc-plugin] branch MJAVADOC-738 created (now fdb14b97)

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

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


      at fdb14b97 [MJAVADOC-738] Upgrade commons-text to 1.10.0

This branch includes the following new commits:

     new fdb14b97 [MJAVADOC-738] Upgrade commons-text to 1.10.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by cs...@apache.org.
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>