From d1140cf766a1b7ee97b783ca6f026f06f8f26538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Baptiste=20Onofr=C3=A9?= Date: Sun, 14 Aug 2022 06:40:54 +0200 Subject: [PATCH] [AMQ-9022] Upgrade to commons-codec 1.15 --- activemq-karaf/src/main/resources/features-core.xml | 2 +- assembly/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/activemq-karaf/src/main/resources/features-core.xml b/activemq-karaf/src/main/resources/features-core.xml index 9660337508..b7c312e671 100644 --- a/activemq-karaf/src/main/resources/features-core.xml +++ b/activemq-karaf/src/main/resources/features-core.xml @@ -49,7 +49,7 @@ mvn:commons-io/commons-io/${commons-io-version} mvn:commons-collections/commons-collections/${commons-collections-version} mvn:org.apache.commons/commons-lang3/${commons-lang-version} - mvn:commons-codec/commons-codec/1.9 + mvn:commons-codec/commons-codec/1.15 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_6 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.2_1 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt-spring31/1.9.2_1 diff --git a/assembly/pom.xml b/assembly/pom.xml index c6fbe45bd0..ca8459e951 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -209,6 +209,11 @@ commons-beanutils commons-beanutils + + commons-codec + commons-codec + 1.15 + org.apache.commons commons-dbcp2