|
237 | 237 | <dependency>
|
238 | 238 | <groupId>org.mockito</groupId>
|
239 | 239 | <artifactId>mockito-core</artifactId>
|
240 |
| - <version>4.8.0</version> |
| 240 | + <version>4.8.1</version> |
241 | 241 | <scope>test</scope>
|
242 | 242 | </dependency>
|
243 | 243 | <dependency>
|
244 | 244 | <groupId>org.mockito</groupId>
|
245 | 245 | <artifactId>mockito-junit-jupiter</artifactId>
|
246 |
| - <version>4.8.0</version> |
| 246 | + <version>4.8.1</version> |
247 | 247 | <scope>test</scope>
|
248 | 248 | </dependency>
|
249 | 249 | <dependency>
|
|
262 | 262 | <dependency>
|
263 | 263 | <groupId>mysql</groupId>
|
264 | 264 | <artifactId>mysql-connector-java</artifactId>
|
265 |
| - <version>8.0.30</version> |
| 265 | + <version>8.0.31</version> |
266 | 266 | <scope>test</scope>
|
267 | 267 | </dependency>
|
268 | 268 | <dependency>
|
|
280 | 280 | <dependency>
|
281 | 281 | <groupId>org.testcontainers</groupId>
|
282 | 282 | <artifactId>junit-jupiter</artifactId>
|
283 |
| - <version>1.17.3</version> |
| 283 | + <version>1.17.5</version> |
284 | 284 | <scope>test</scope>
|
285 | 285 | </dependency>
|
286 | 286 | <dependency>
|
287 | 287 | <groupId>org.testcontainers</groupId>
|
288 | 288 | <artifactId>postgresql</artifactId>
|
289 |
| - <version>1.17.3</version> |
| 289 | + <version>1.17.5</version> |
290 | 290 | <scope>test</scope>
|
291 | 291 | </dependency>
|
292 | 292 | <dependency>
|
293 | 293 | <groupId>org.testcontainers</groupId>
|
294 | 294 | <artifactId>mysql</artifactId>
|
295 |
| - <version>1.17.3</version> |
| 295 | + <version>1.17.5</version> |
296 | 296 | <scope>test</scope>
|
297 | 297 | </dependency>
|
298 | 298 | <!-- For javadoc link -->
|
|
305 | 305 | <dependency>
|
306 | 306 | <groupId>ch.qos.logback</groupId>
|
307 | 307 | <artifactId>logback-classic</artifactId>
|
308 |
| - <version>1.4.1</version> |
| 308 | + <version>1.4.4</version> |
309 | 309 | <scope>test</scope>
|
310 | 310 | </dependency>
|
311 | 311 | <dependency>
|
|
0 commit comments