|
148 | 148 | <plugin>
|
149 | 149 | <groupId>org.apache.maven.plugins</groupId>
|
150 | 150 | <artifactId>maven-javadoc-plugin</artifactId>
|
151 |
| - <version>3.4.0</version> |
| 151 | + <version>3.4.1</version> |
152 | 152 | <executions>
|
153 | 153 | <execution>
|
154 | 154 | <goals>
|
|
248 | 248 | <plugin>
|
249 | 249 | <groupId>org.apache.maven.plugins</groupId>
|
250 | 250 | <artifactId>maven-checkstyle-plugin</artifactId>
|
251 |
| - <version>3.1.2</version> |
| 251 | + <version>3.2.0</version> |
252 | 252 | <dependencies>
|
253 | 253 | <dependency>
|
254 | 254 | <groupId>com.puppycrawl.tools</groupId>
|
255 | 255 | <artifactId>checkstyle</artifactId>
|
256 |
| - <version>10.3.1</version> |
| 256 | + <version>10.3.4</version> |
257 | 257 | </dependency>
|
258 | 258 | </dependencies>
|
259 | 259 | <executions>
|
|
332 | 332 | <plugin>
|
333 | 333 | <groupId>com.github.spotbugs</groupId>
|
334 | 334 | <artifactId>spotbugs-maven-plugin</artifactId>
|
335 |
| - <version>4.7.1.0</version> |
| 335 | + <version>4.7.2.0</version> |
336 | 336 | <dependencies>
|
337 | 337 | <dependency>
|
338 | 338 | <groupId>com.github.spotbugs</groupId>
|
339 | 339 | <artifactId>spotbugs</artifactId>
|
340 |
| - <version>4.7.1</version> |
| 340 | + <version>4.7.2</version> |
341 | 341 | </dependency>
|
342 | 342 | </dependencies>
|
343 | 343 | <configuration>
|
|
385 | 385 | <plugin>
|
386 | 386 | <groupId>org.owasp</groupId>
|
387 | 387 | <artifactId>dependency-check-maven</artifactId>
|
388 |
| - <version>7.1.1</version> |
| 388 | + <version>7.2.1</version> |
389 | 389 | <executions>
|
390 | 390 | <execution>
|
391 | 391 | <goals>
|
|
446 | 446 | <dependency>
|
447 | 447 | <groupId>com.github.spotbugs</groupId>
|
448 | 448 | <artifactId>spotbugs-annotations</artifactId>
|
449 |
| - <version>4.7.1</version> |
| 449 | + <version>4.7.2</version> |
450 | 450 | <scope>provided</scope>
|
451 | 451 | </dependency>
|
452 | 452 |
|
|
460 | 460 | <dependency>
|
461 | 461 | <groupId>org.mockito</groupId>
|
462 | 462 | <artifactId>mockito-core</artifactId>
|
463 |
| - <version>4.6.1 </version> |
| 463 | + <version>4.8.0</version> |
464 | 464 | <scope>test</scope>
|
465 | 465 | </dependency>
|
466 | 466 | <dependency>
|
|
472 | 472 | <dependency>
|
473 | 473 | <groupId>com.github.tomakehurst</groupId>
|
474 | 474 | <artifactId>wiremock-jre8</artifactId>
|
475 |
| - <version>2.33.2</version> |
| 475 | + <version>2.34.0</version> |
476 | 476 | <scope>test</scope>
|
477 | 477 | </dependency>
|
478 | 478 | <dependency>
|
|
0 commit comments