You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/10/19 04:43:11 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: SLING-11623 update commons-text to 1.10.0

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b3c578  SLING-11623 update commons-text to 1.10.0
7b3c578 is described below

commit 7b3c57832099a3c68b9049fce0f2827d06b248e6
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Oct 19 06:43:02 2022 +0200

    SLING-11623 update commons-text to 1.10.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8962d3f..221276d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
-            <version>1.9</version>
+            <version>1.10.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>