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

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

commit 783037b21663db27e49fe553734f0d306bbb1717
Author: Daniel Kulp <d...@kulp.com>
AuthorDate: Tue Sep 12 08:53:39 2023 -0400

    Update some dep versions for commons things
    
    (cherry picked from commit 7aa75bd3106998464daaf6f567afb569b13e3ef1)
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6c4fd5634f..9b3dc0af28 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -97,10 +97,10 @@
         <cxf.cdi.api.version>2.0.2</cxf.cdi.api.version>
         <cxf.classgraph.version>4.8.25</cxf.classgraph.version>
         <cxf.classmate.version>1.5.1</cxf.classmate.version>
-        <cxf.commons-codec.version>1.15</cxf.commons-codec.version>
-        <cxf.commons-io.version>2.11.0</cxf.commons-io.version>
+        <cxf.commons-codec.version>1.16.0</cxf.commons-codec.version>
+        <cxf.commons-io.version>2.13.0</cxf.commons-io.version>
         <cxf.commons-jcs-jcache.version>2.2.1</cxf.commons-jcs-jcache.version>
-        <cxf.commons-lang3.version>3.12.0</cxf.commons-lang3.version>
+        <cxf.commons-lang3.version>3.13.0</cxf.commons-lang3.version>
         <cxf.commons-logging.version>1.2</cxf.commons-logging.version>
         <cxf.commons-text.version>1.10.0</cxf.commons-text.version>
         <cxf.derby.version>10.14.2.0</cxf.derby.version>

Reply via email to