You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/10/04 07:01:03 UTC

[syncope] 01/03: Upgrading Commons Text

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 4679fd057e25e861e9dd05ba0a1e53d8cd93b581
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 29 16:18:57 2022 +0200

    Upgrading Commons Text
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 23cd872caf..25e0dfe015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@ under the License.
     <commons-email.version>1.5</commons-email.version>
     <commons-jexl.version>3.2.1</commons-jexl.version>
     <commons-lang.version>3.12.0</commons-lang.version>
-    <commons-text.version>1.9</commons-text.version>
+    <commons-text.version>1.10.0</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
     <tika.version>1.28.5</tika.version>