Skip to content

Commit

Permalink
ARTEMIS-3479 Upgrade commons-codec version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev authored and clebertsuconic committed Sep 16, 2021
1 parent f193379 commit 2d6502d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion artemis-rest/pom.xml
Expand Up @@ -163,7 +163,6 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.13</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 2d6502d

Please sign in to comment.