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/05/18 13:13:11 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6723] Upgrade to commons-codec 1.14

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 fa8b05a  [KARAF-6723] Upgrade to commons-codec 1.14
fa8b05a is described below

commit fa8b05a5d75edc27ec51998dff2b7f37b6bbaf81
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon May 18 07:00:10 2020 +0200

    [KARAF-6723] Upgrade to commons-codec 1.14
    
    (cherry picked from commit b84f1727fa2cb0c7c0fad61028eede5d7346b5f1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4c94ca..d6dee4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
         <jna.version>5.5.0</jna.version>
         <jaxb.version>2.3.3</jaxb.version> 
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
-        <commons-codec.version>1.13</commons-codec.version>
+        <commons-codec.version>1.14</commons-codec.version>
         <commons-compress.version>1.20</commons-compress.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-dbcp.version>1.4_3</commons-dbcp.version>