Skip to content

Commit f2d155c

Browse files
committed
Merge branch 'master' into reusable-where
2 parents 2c477e2 + a771241 commit f2d155c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.springframework</groupId>
176176
<artifactId>spring-jdbc</artifactId>
177-
<version>5.2.0.RELEASE</version>
177+
<version>5.2.1.RELEASE</version>
178178
<scope>provided</scope>
179179
</dependency>
180180

@@ -199,19 +199,19 @@
199199
<dependency>
200200
<groupId>org.assertj</groupId>
201201
<artifactId>assertj-core</artifactId>
202-
<version>3.13.2</version>
202+
<version>3.14.0</version>
203203
<scope>test</scope>
204204
</dependency>
205205
<dependency>
206206
<groupId>org.mybatis</groupId>
207207
<artifactId>mybatis</artifactId>
208-
<version>3.5.2</version>
208+
<version>3.5.3</version>
209209
<scope>test</scope>
210210
</dependency>
211211
<dependency>
212212
<groupId>org.mybatis</groupId>
213213
<artifactId>mybatis-spring</artifactId>
214-
<version>2.0.2</version>
214+
<version>2.0.3</version>
215215
<scope>test</scope>
216216
</dependency>
217217
<dependency>
@@ -248,7 +248,7 @@
248248
<dependency>
249249
<groupId>org.hamcrest</groupId>
250250
<artifactId>hamcrest</artifactId>
251-
<version>2.1</version>
251+
<version>2.2</version>
252252
<scope>test</scope>
253253
</dependency>
254254
</dependencies>

0 commit comments

Comments
 (0)