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

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

commit 7aa75bd3106998464daaf6f567afb569b13e3ef1
Author: Daniel Kulp <[email protected]>
AuthorDate: Tue Sep 12 08:53:39 2023 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 299e9ba716..ae260f7e1e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -93,10 +93,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.15.2.0</cxf.derby.version>

Reply via email to