ARTEMIS-3479 Upgrade commons-codec version to 1.15
This commit is contained in:
parent
f19337901a
commit
2d6502d1f1
|
@ -163,7 +163,6 @@
|
|||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.13</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
7
pom.xml
7
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>
|
||||
|
|
Loading…
Reference in New Issue