This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 076d211  [KARAF-7033] Upgrade to commons-codec 1.15
     new 169506b  Merge pull request #1295 from jbonofre/KARAF-7033
076d211 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 88fb779..659e0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,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-fileupload.version>1.4</commons-fileupload.version>

Reply via email to