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 2019/05/05 14:34:19 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6266] Upgrade to commons-lang3 3.9

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 f59dc1c  [KARAF-6266] Upgrade to commons-lang3 3.9
f59dc1c is described below

commit f59dc1cecff7feee9abce4ce9c8ea008dde0c8d9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun May 5 14:13:51 2019 +0200

    [KARAF-6266] Upgrade to commons-lang3 3.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cebe412..5ba502a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
         <commons-fileupload.version>1.3.3</commons-fileupload.version>
         <commons-jexl.version>2.1.1</commons-jexl.version>
         <commons-lang.version>2.6</commons-lang.version>
-        <commons-lang3.version>3.8.1</commons-lang3.version>
+        <commons-lang3.version>3.9</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>
         <commons-pool.version>1.6</commons-pool.version>
         <commons-pool2.version>2.5.0</commons-pool2.version>