no jira - update commons.io version to latest
This commit is contained in:
parent
7137252c5d
commit
73bcc78beb
|
@ -150,7 +150,6 @@
|
|||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.json</groupId>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -90,6 +90,7 @@
|
|||
<commons.pool2.version>2.7.0</commons.pool2.version>
|
||||
<commons.collections.version>3.2.2</commons.collections.version>
|
||||
<commons.text.version>1.8</commons.text.version>
|
||||
<commons.io.version>2.9.0</commons.io.version>
|
||||
<fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
|
||||
<guava.version>30.1-jre</guava.version>
|
||||
<jboss.logging.version>3.4.0.Final</jboss.logging.version>
|
||||
|
@ -733,6 +734,11 @@
|
|||
<artifactId>xalan</artifactId>
|
||||
<version>2.7.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>${commons.io.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- needed by artemis-jdbc-store -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue