Skip to content

Commit 666ff07

Browse files
committed
Merge branch 'master' into subquery-in-join
2 parents 24bab5c + 6683f49 commit 666ff07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<dependency>
207207
<groupId>org.springframework</groupId>
208208
<artifactId>spring-jdbc</artifactId>
209-
<version>5.3.0</version>
209+
<version>5.3.1</version>
210210
<scope>provided</scope>
211211
<optional>true</optional>
212212
</dependency>
@@ -245,13 +245,13 @@
245245
<dependency>
246246
<groupId>org.assertj</groupId>
247247
<artifactId>assertj-core</artifactId>
248-
<version>3.18.0</version>
248+
<version>3.18.1</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>
252252
<groupId>org.mybatis</groupId>
253253
<artifactId>mybatis-spring</artifactId>
254-
<version>2.0.5</version>
254+
<version>2.0.6</version>
255255
<scope>test</scope>
256256
</dependency>
257257
<dependency>

0 commit comments

Comments
 (0)