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.
2 parents 24bab5c + 6683f49 commit 666ff07Copy full SHA for 666ff07
pom.xml
@@ -206,7 +206,7 @@
206
<dependency>
207
<groupId>org.springframework</groupId>
208
<artifactId>spring-jdbc</artifactId>
209
- <version>5.3.0</version>
+ <version>5.3.1</version>
210
<scope>provided</scope>
211
<optional>true</optional>
212
</dependency>
@@ -245,13 +245,13 @@
245
246
<groupId>org.assertj</groupId>
247
<artifactId>assertj-core</artifactId>
248
- <version>3.18.0</version>
+ <version>3.18.1</version>
249
<scope>test</scope>
250
251
252
<groupId>org.mybatis</groupId>
253
<artifactId>mybatis-spring</artifactId>
254
- <version>2.0.5</version>
+ <version>2.0.6</version>
255
256
257
0 commit comments