We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6542c commit ff4ec22Copy full SHA for ff4ec22
pom.xml
@@ -35,7 +35,7 @@
35
<maven.compiler.target>${java.version}</maven.compiler.target>
36
<junit.jupiter.version>5.5.2</junit.jupiter.version>
37
<junit.platform.version>1.5.2</junit.platform.version>
38
- <spring.batch.version>4.1.2.RELEASE</spring.batch.version>
+ <spring.batch.version>4.2.0.RELEASE</spring.batch.version>
39
<clirr.comparisonVersion>1.1.0</clirr.comparisonVersion>
40
<module.name>org.mybatis.dynamic.sql</module.name>
41
<kotlin.version>1.3.50</kotlin.version>
@@ -174,7 +174,7 @@
174
<dependency>
175
<groupId>org.springframework</groupId>
176
<artifactId>spring-jdbc</artifactId>
177
- <version>5.1.9.RELEASE</version>
+ <version>5.2.0.RELEASE</version>
178
<scope>provided</scope>
179
</dependency>
180
0 commit comments