This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 2d6502d ARTEMIS-3479 Upgrade commons-codec version to 1.15
2d6502d is described below
commit 2d6502d1f1d0a47312a4d54e4a308cc2de6e7353
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Tue Sep 14 21:25:47 2021 +0200
ARTEMIS-3479 Upgrade commons-codec version to 1.15
---
artemis-rest/pom.xml | 1 -
pom.xml | 7 +++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/artemis-rest/pom.xml b/artemis-rest/pom.xml
index af8fb3d..3def47a 100644
--- a/artemis-rest/pom.xml
+++ b/artemis-rest/pom.xml
@@ -163,7 +163,6 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.13</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/pom.xml b/pom.xml
index 3577ee6..cfd3b92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
<commons.collections.version>3.2.2</commons.collections.version>
<commons.text.version>1.8</commons.text.version>
<commons.io.version>2.10.0</commons.io.version>
+ <commons.codec.version>1.15</commons.codec.version>
<fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
<guava.version>30.1-jre</guava.version>
<jboss.logging.version>3.4.2.Final</jboss.logging.version>
@@ -700,6 +701,12 @@
<version>${resteasy.version}</version>
<!-- License: Apache 2.0 -->
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>${commons.codec.version}</version>
+ <!-- License: Apache 2.0 -->
+ </dependency>
<!-- ## Jetty web Dependencies ##-->
<dependency>