[JAVA-31656] Upgrade spring-oxm & spring-batch-core (#16045)

This commit is contained in:
vunamtien
2024-03-09 21:47:37 +07:00
committed by GitHub
parent 375015808d
commit 8a0c30588e
10 changed files with 30 additions and 3 deletions
+2
View File
@@ -35,6 +35,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>${spring-oxm.version}</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
@@ -165,5 +166,6 @@
<modelmapper.version>3.2.0</modelmapper.version>
<rest-assured.version>3.3.0</rest-assured.version>
<jaxb-runtime.version>4.0.1</jaxb-runtime.version>
<spring-oxm.version>6.1.4</spring-oxm.version>
</properties>
</project>