ARTEMIS-3479 Upgrade commons-codec version to 1.15
This commit is contained in:
parent
f19337901a
commit
2d6502d1f1
|
@ -163,7 +163,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
<version>1.13</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
7
pom.xml
7
pom.xml
|
@ -94,6 +94,7 @@
|
||||||
<commons.collections.version>3.2.2</commons.collections.version>
|
<commons.collections.version>3.2.2</commons.collections.version>
|
||||||
<commons.text.version>1.8</commons.text.version>
|
<commons.text.version>1.8</commons.text.version>
|
||||||
<commons.io.version>2.10.0</commons.io.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>
|
<fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
|
||||||
<guava.version>30.1-jre</guava.version>
|
<guava.version>30.1-jre</guava.version>
|
||||||
<jboss.logging.version>3.4.2.Final</jboss.logging.version>
|
<jboss.logging.version>3.4.2.Final</jboss.logging.version>
|
||||||
|
@ -700,6 +701,12 @@
|
||||||
<version>${resteasy.version}</version>
|
<version>${resteasy.version}</version>
|
||||||
<!-- License: Apache 2.0 -->
|
<!-- License: Apache 2.0 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-codec</groupId>
|
||||||
|
<artifactId>commons-codec</artifactId>
|
||||||
|
<version>${commons.codec.version}</version>
|
||||||
|
<!-- License: Apache 2.0 -->
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- ## Jetty web Dependencies ##-->
|
<!-- ## Jetty web Dependencies ##-->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue