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 2017/07/24 08:31:09 UTC

karaf git commit: [KARAF-5269] Upgrade to commons-lang3 3.6

Repository: karaf
Updated Branches:
  refs/heads/master 18f44e861 -> 6268d3472


[KARAF-5269] Upgrade to commons-lang3 3.6


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/6268d347
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/6268d347
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/6268d347

Branch: refs/heads/master
Commit: 6268d3472fbce7f0f4681b52619dd9f7904b38b1
Parents: 18f44e8
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Jul 24 10:30:44 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Jul 24 10:30:44 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/6268d347/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c9b17fe..368777c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
         <commons-fileupload.version>1.3.1</commons-fileupload.version>
         <commons-jexl.version>2.1.1</commons-jexl.version>
         <commons-lang.version>2.6</commons-lang.version>
-        <commons-lang3.version>3.5</commons-lang3.version>
+        <commons-lang3.version>3.6</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>
         <commons-pool.version>1.6</commons-pool.version>
         <commons-io.version>2.5</commons-io.version>