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/06/05 07:34:49 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6308] Upgrade to commons-codec 1.12

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 c8da4f2  [KARAF-6308] Upgrade to commons-codec 1.12
c8da4f2 is described below

commit c8da4f23b432edd0570a4784d445a2fd7a0e4212
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 15:41:40 2019 +0200

    [KARAF-6308] Upgrade to commons-codec 1.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1be1b66..ab17f30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <jna.version>5.3.1</jna.version>
         <jaxb.version>2.3.2</jaxb.version> 
         <commons-beanutils.version>1.9.2</commons-beanutils.version>
-        <commons-codec.version>1.11</commons-codec.version>
+        <commons-codec.version>1.12</commons-codec.version>
         <commons-compress.version>1.18</commons-compress.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-dbcp.version>1.4_3</commons-dbcp.version>