Skip to content

Commit ff4ec22

Browse files
committed
Update dependencies
1 parent cc6542c commit ff4ec22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<maven.compiler.target>${java.version}</maven.compiler.target>
3636
<junit.jupiter.version>5.5.2</junit.jupiter.version>
3737
<junit.platform.version>1.5.2</junit.platform.version>
38-
<spring.batch.version>4.1.2.RELEASE</spring.batch.version>
38+
<spring.batch.version>4.2.0.RELEASE</spring.batch.version>
3939
<clirr.comparisonVersion>1.1.0</clirr.comparisonVersion>
4040
<module.name>org.mybatis.dynamic.sql</module.name>
4141
<kotlin.version>1.3.50</kotlin.version>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.springframework</groupId>
176176
<artifactId>spring-jdbc</artifactId>
177-
<version>5.1.9.RELEASE</version>
177+
<version>5.2.0.RELEASE</version>
178178
<scope>provided</scope>
179179
</dependency>
180180

0 commit comments

Comments
 (0)