|
34 | 34 | <properties> |
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | 36 | <spotbugs-maven-plugin.version>4.5.0.0</spotbugs-maven-plugin.version> |
37 | | - <spotbugs.version>4.5.0</spotbugs.version> |
| 37 | + <spotbugs.version>4.5.3</spotbugs.version> |
38 | 38 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
39 | 39 | <hamcrest.version>2.2</hamcrest.version> |
40 | 40 | <okhttp3.version>4.9.2</okhttp3.version> |
|
258 | 258 | <plugin> |
259 | 259 | <groupId>org.apache.maven.plugins</groupId> |
260 | 260 | <artifactId>maven-site-plugin</artifactId> |
261 | | - <version>3.9.1</version> |
| 261 | + <version>3.10.0</version> |
262 | 262 | </plugin> |
263 | 263 | <plugin> |
264 | 264 | <groupId>org.apache.maven.plugins</groupId> |
|
321 | 321 | <plugin> |
322 | 322 | <groupId>com.infradna.tool</groupId> |
323 | 323 | <artifactId>bridge-method-injector</artifactId> |
324 | | - <version>1.22</version> |
| 324 | + <version>1.23</version> |
325 | 325 | <executions> |
326 | 326 | <execution> |
327 | 327 | <goals> |
|
442 | 442 | <dependency> |
443 | 443 | <groupId>com.fasterxml.jackson.core</groupId> |
444 | 444 | <artifactId>jackson-databind</artifactId> |
445 | | - <version>2.13.0</version> |
| 445 | + <version>2.13.1</version> |
446 | 446 | </dependency> |
447 | 447 | <dependency> |
448 | 448 | <groupId>commons-io</groupId> |
|
541 | 541 | <dependency> |
542 | 542 | <groupId>org.mockito</groupId> |
543 | 543 | <artifactId>mockito-core</artifactId> |
544 | | - <version>4.1.0</version> |
| 544 | + <version>4.2.0</version> |
545 | 545 | <scope>test</scope> |
546 | 546 | </dependency> |
547 | 547 | <dependency> |
|
791 | 791 | <plugin> |
792 | 792 | <groupId>org.apache.maven.plugins</groupId> |
793 | 793 | <artifactId>maven-jar-plugin</artifactId> |
794 | | - <version>3.2.0</version> |
| 794 | + <version>3.2.2</version> |
795 | 795 | <configuration> |
796 | 796 | <archive> |
797 | 797 | <manifestEntries> |
|
0 commit comments