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:37:55 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 4118d69  [KARAF-6660] Update to commons-lang 3.10
     new 92bda0b  Merge pull request #1082 from skitt/commons-lang-3.10
4118d69 is described below

commit 4118d690fee77116aad5572384ffb4e7ad74170c
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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b169c9c..893ca62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,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>