|
121 | 121 | <plugin> |
122 | 122 | <groupId>org.apache.maven.plugins</groupId> |
123 | 123 | <artifactId>maven-javadoc-plugin</artifactId> |
124 | | - <version>3.2.0</version> |
| 124 | + <version>3.3.0</version> |
125 | 125 | <executions> |
126 | 126 | <execution> |
127 | 127 | <id>attach-javadocs</id> |
|
288 | 288 | <dependency> |
289 | 289 | <groupId>org.junit.jupiter</groupId> |
290 | 290 | <artifactId>junit-jupiter-engine</artifactId> |
291 | | - <version>5.7.1</version> |
| 291 | + <version>5.7.2</version> |
292 | 292 | <scope>test</scope> |
293 | 293 | </dependency> |
294 | 294 |
|
295 | 295 | <!-- JUnit 5: parameterized tests --> |
296 | 296 | <dependency> |
297 | 297 | <groupId>org.junit.jupiter</groupId> |
298 | 298 | <artifactId>junit-jupiter-params</artifactId> |
299 | | - <version>5.7.1</version> |
| 299 | + <version>5.7.2</version> |
300 | 300 | <scope>test</scope> |
301 | 301 | </dependency> |
302 | 302 |
|
303 | 303 | <!-- Mockito 3.x --> |
304 | 304 | <dependency> |
305 | 305 | <groupId>org.mockito</groupId> |
306 | 306 | <artifactId>mockito-core</artifactId> |
307 | | - <version>3.9.0</version> |
| 307 | + <version>3.11.2</version> |
308 | 308 | <scope>test</scope> |
309 | 309 | </dependency> |
310 | 310 |
|
|
334 | 334 | <dependency> |
335 | 335 | <groupId>org.assertj</groupId> |
336 | 336 | <artifactId>assertj-core</artifactId> |
337 | | - <version>3.19.0</version> |
| 337 | + <version>3.20.2</version> |
338 | 338 | <scope>test</scope> |
339 | 339 | </dependency> |
340 | 340 |
|
|
346 | 346 | <dependency> |
347 | 347 | <groupId>org.slf4j</groupId> |
348 | 348 | <artifactId>slf4j-api</artifactId> |
349 | | - <version>1.7.30</version> |
| 349 | + <version>1.7.31</version> |
350 | 350 | </dependency> |
351 | 351 |
|
352 | 352 | <!-- Simple Logging Facade for Java: Binding for Simple implementation, which outputs all events to System.err. --> |
353 | 353 | <dependency> |
354 | 354 | <groupId>org.slf4j</groupId> |
355 | 355 | <artifactId>slf4j-simple</artifactId> |
356 | | - <version>1.7.30</version> |
| 356 | + <version>1.7.31</version> |
357 | 357 | <scope>test</scope> |
358 | 358 | </dependency> |
359 | 359 |
|
|
0 commit comments