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 364f25c  [KARAF-7033] Upgrade to commons-codec 1.15
364f25c is described below

commit 364f25ccb7077ca3f17b53789139fb8d1e1ef78b
Author: jbonofre <[email protected]>
AuthorDate: Thu Feb 11 17:50:51 2021 +0100

    [KARAF-7033] Upgrade to commons-codec 1.15
    
    (cherry picked from commit 076d211a81c0420a407f989ef550ffeb75d8d678)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 888c1cf..a008688 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
         <jna.version>5.6.0</jna.version>
         <jaxb.version>2.3.3</jaxb.version> 
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
-        <commons-codec.version>1.14</commons-codec.version>
+        <commons-codec.version>1.15</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>

Reply via email to