You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/03/29 17:56:29 UTC

[cxf] branch master updated: Update Commons Lang version to 3.10

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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fdadf9  Update Commons Lang version to 3.10
5fdadf9 is described below

commit 5fdadf993bdca0f431ebd4ecb07c0f535fa72ae7
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Sun Mar 29 19:55:47 2020 +0200

    Update Commons Lang version to 3.10
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 036cb12..e20d8e2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,7 +98,7 @@
         <cxf.commons-codec.version>1.13</cxf.commons-codec.version>
         <cxf.commons-collections.version>3.2.2</cxf.commons-collections.version>
         <cxf.commons-jcs-jcache.version>2.1</cxf.commons-jcs-jcache.version>
-        <cxf.commons-lang3.version>3.9</cxf.commons-lang3.version>
+        <cxf.commons-lang3.version>3.10</cxf.commons-lang3.version>
         <cxf.commons-logging.version>1.2</cxf.commons-logging.version>
         <cxf.commons-text.version>1.8</cxf.commons-text.version>
         <cxf.derby.version>10.14.2.0</cxf.derby.version>