[JAVA-30181] Upgraded commons-cli and commons-io libraries in main p… (#15842)
* [JAVA-30181] Upgraded commons-cli and commons-io libraries in main pom.xml * [JAVA-30181]
This commit is contained in:
parent
21d8254cf3
commit
1e603ea5a9
4
pom.xml
4
pom.xml
|
@ -1184,9 +1184,9 @@
|
|||
<jmh-generator.version>1.37</jmh-generator.version>
|
||||
<maven-failsafe-plugin.version>3.1.2</maven-failsafe-plugin.version>
|
||||
<commons-collections4.version>4.4</commons-collections4.version>
|
||||
<commons-io.version>2.13.0</commons-io.version>
|
||||
<commons-io.version>2.15.1</commons-io.version>
|
||||
<commons-lang3.version>3.14.0</commons-lang3.version>
|
||||
<commons-cli.version>1.5.0</commons-cli.version>
|
||||
<commons-cli.version>1.6.0</commons-cli.version>
|
||||
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
|
||||
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
|
||||
<jstl-api.version>1.2</jstl-api.version>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>${commons-io.version}</version>
|
||||
</dependency>
|
||||
|
@ -81,7 +81,6 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<commons-io.version>1.3.2</commons-io.version>
|
||||
<json-path.version>2.8.0</json-path.version>
|
||||
<jaxb-runtime.version>2.3.5</jaxb-runtime.version>
|
||||
<jakarta.servlet.jsp.jstl>2.0.0</jakarta.servlet.jsp.jstl>
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<commons-cli.version>1.5.0</commons-cli.version>
|
||||
<junit-jupiter-api.version>5.10.0</junit-jupiter-api.version>
|
||||
<mockito-core.version>5.5.0</mockito-core.version>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in New Issue