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:33:29 UTC

[karaf] branch master 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 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 2adfefa  [KARAF-6266] Upgrade to commons-lang3 3.9
     new c13f45f  Merge pull request #826 from jbonofre/KARAF-6266
2adfefa is described below

commit 2adfefa90af9e9448b56587bc1046d24cf2a8436
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 6840345..6b0762e 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>