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

jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new a02addfb4 [AMQ-9022] Upgrade to commons-codec 1.15
a02addfb4 is described below

commit a02addfb4bc9cc44c9c2310bf2e32fe5bea0a0c6
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Aug 14 06:40:54 2022 +0200

    [AMQ-9022] Upgrade to commons-codec 1.15
    
    (cherry picked from commit d1140cf766a1b7ee97b783ca6f026f06f8f26538)
---
 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 966033750..b7c312e67 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -49,7 +49,7 @@
       <bundle 
dependency="true">mvn:commons-io/commons-io/${commons-io-version}</bundle>
       <bundle 
dependency="true">mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
       <bundle 
dependency="true">mvn:org.apache.commons/commons-lang3/${commons-lang-version}</bundle>
-      <bundle dependency="true">mvn:commons-codec/commons-codec/1.9</bundle>
+      <bundle dependency="true">mvn:commons-codec/commons-codec/1.15</bundle>
       <bundle 
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_6</bundle>
       <bundle 
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.2_1</bundle>
       <bundle 
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt-spring31/1.9.2_1</bundle>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index a0ce2ece1..cfa8c7d44 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -209,6 +209,11 @@
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.15</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>

Reply via email to