|
260 | 260 | <dependency> |
261 | 261 | <groupId>com.puppycrawl.tools</groupId> |
262 | 262 | <artifactId>checkstyle</artifactId> |
263 | | - <version>10.21.1</version> |
| 263 | + <version>10.21.2</version> |
264 | 264 | </dependency> |
265 | 265 | </dependencies> |
266 | 266 | <executions> |
|
336 | 336 | <plugin> |
337 | 337 | <groupId>com.github.spotbugs</groupId> |
338 | 338 | <artifactId>spotbugs-maven-plugin</artifactId> |
339 | | - <version>4.8.6.6</version> |
| 339 | + <version>4.9.1.0</version> |
340 | 340 | <dependencies> |
341 | 341 | <dependency> |
342 | 342 | <groupId>com.github.spotbugs</groupId> |
343 | 343 | <artifactId>spotbugs</artifactId> |
344 | | - <version>4.9.0</version> |
| 344 | + <version>4.9.1</version> |
345 | 345 | </dependency> |
346 | 346 | </dependencies> |
347 | 347 | <configuration> |
|
389 | 389 | <plugin> |
390 | 390 | <groupId>org.owasp</groupId> |
391 | 391 | <artifactId>dependency-check-maven</artifactId> |
392 | | - <version>12.0.0</version> |
| 392 | + <version>12.0.2</version> |
393 | 393 | <executions> |
394 | 394 | <execution> |
395 | 395 | <goals> |
|
450 | 450 | <dependency> |
451 | 451 | <groupId>com.github.spotbugs</groupId> |
452 | 452 | <artifactId>spotbugs-annotations</artifactId> |
453 | | - <version>4.9.0</version> |
| 453 | + <version>4.9.1</version> |
454 | 454 | <scope>provided</scope> |
455 | 455 | </dependency> |
456 | 456 |
|
|
470 | 470 | <dependency> |
471 | 471 | <groupId>org.assertj</groupId> |
472 | 472 | <artifactId>assertj-core</artifactId> |
473 | | - <version>3.27.2</version> |
| 473 | + <version>3.27.3</version> |
474 | 474 | <scope>test</scope> |
475 | 475 | </dependency> |
476 | 476 | <dependency> |
477 | 477 | <groupId>org.wiremock</groupId> |
478 | 478 | <artifactId>wiremock-standalone</artifactId> |
479 | | - <version>3.10.0</version> |
| 479 | + <version>3.12.0</version> |
480 | 480 | <scope>test</scope> |
481 | 481 | </dependency> |
482 | 482 | <dependency> |
|
0 commit comments