You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/04/06 07:38:57 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6660] Update to commons-lang 3.10

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 4e409ba  [KARAF-6660] Update to commons-lang 3.10
4e409ba is described below

commit 4e409ba71d5b8491348fe8ff8ccede0eaeff5aa0
Author: Stephen Kitt <sk...@redhat.com>
AuthorDate: Mon Mar 30 18:28:09 2020 +0200

    [KARAF-6660] Update to commons-lang 3.10
    
    Changes:
    https://commons.apache.org/proper/commons-lang/changes-report.html#a3.10
    
    Signed-off-by: Stephen Kitt <sk...@redhat.com>
    
    (cherry picked from commit 4118d690fee77116aad5572384ffb4e7ad74170c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 129a9bf..7e5a9f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
         <commons-dbcp.version>1.4_3</commons-dbcp.version>
         <commons-fileupload.version>1.4</commons-fileupload.version>
         <commons-lang.version>2.6</commons-lang.version>
-        <commons-lang3.version>3.9</commons-lang3.version>
+        <commons-lang3.version>3.10</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>
         <commons-pool.version>1.6</commons-pool.version>
         <commons-pool2.version>2.6.2</commons-pool2.version>