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/08/15 09:58:41 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6800] Upgrade to commons-lang3 3.11

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 3f0f940  [KARAF-6800] Upgrade to commons-lang3 3.11
3f0f940 is described below

commit 3f0f94059acfd5716d7840ff41e0410f1a9e8837
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Aug 14 18:05:47 2020 +0200

    [KARAF-6800] Upgrade to commons-lang3 3.11
    
    (cherry picked from commit b98663b7849f5ef7acc6cb9f1cbe0d16b14a0d05)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a8dc1e2..8f5d659 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.10</commons-lang3.version>
+        <commons-lang3.version>3.11</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>