File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 174
174
<dependency >
175
175
<groupId >org.springframework</groupId >
176
176
<artifactId >spring-jdbc</artifactId >
177
- <version >5.2.0 .RELEASE</version >
177
+ <version >5.2.1 .RELEASE</version >
178
178
<scope >provided</scope >
179
179
</dependency >
180
180
199
199
<dependency >
200
200
<groupId >org.assertj</groupId >
201
201
<artifactId >assertj-core</artifactId >
202
- <version >3.13.2 </version >
202
+ <version >3.14.0 </version >
203
203
<scope >test</scope >
204
204
</dependency >
205
205
<dependency >
206
206
<groupId >org.mybatis</groupId >
207
207
<artifactId >mybatis</artifactId >
208
- <version >3.5.2 </version >
208
+ <version >3.5.3 </version >
209
209
<scope >test</scope >
210
210
</dependency >
211
211
<dependency >
212
212
<groupId >org.mybatis</groupId >
213
213
<artifactId >mybatis-spring</artifactId >
214
- <version >2.0.2 </version >
214
+ <version >2.0.3 </version >
215
215
<scope >test</scope >
216
216
</dependency >
217
217
<dependency >
248
248
<dependency >
249
249
<groupId >org.hamcrest</groupId >
250
250
<artifactId >hamcrest</artifactId >
251
- <version >2.1 </version >
251
+ <version >2.2 </version >
252
252
<scope >test</scope >
253
253
</dependency >
254
254
</dependencies >
You can’t perform that action at this time.
0 commit comments