You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/10/13 16:11:09 UTC

[cxf] 02/03: Updating to Commons text 1.10.0

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

coheigea pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 28a1ac7d0f8d0b6c6ee56c7a543232e187a09035
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 13 14:54:33 2022 +0100

    Updating to Commons text 1.10.0
    
    (cherry picked from commit beba9e61ec8d380241944621adf7d18af92c1084)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6f81a67c45..f6ed613f99 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,7 +98,7 @@
         <cxf.commons-jcs-jcache.version>2.1</cxf.commons-jcs-jcache.version>
         <cxf.commons-lang3.version>3.12.0</cxf.commons-lang3.version>
         <cxf.commons-logging.version>1.2</cxf.commons-logging.version>
-        <cxf.commons-text.version>1.9</cxf.commons-text.version>
+        <cxf.commons-text.version>1.10.0</cxf.commons-text.version>
         <cxf.derby.version>10.15.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.3</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>