[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
@@ -75,6 +75,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>${spring-oxm.version}</version>
</dependency>
<!-- marshalling -->
<dependency>
@@ -213,6 +214,7 @@
<properties>
<jaxb-api.version>2.3.1</jaxb-api.version>
<spring-oxm.version>6.1.4</spring-oxm.version>
<!-- http -->
<httpcore.version>4.4.11</httpcore.version>
<httpclient.version>4.5.8</httpclient.version>