|
32 | 32 | </distributionManagement> |
33 | 33 |
|
34 | 34 | <properties> |
35 | | - <spring.boot.version>3.3.3</spring.boot.version> |
| 35 | + <spring.boot.version>3.3.5</spring.boot.version> |
36 | 36 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
37 | | - <spotbugs-maven-plugin.version>4.8.6.3</spotbugs-maven-plugin.version> |
| 37 | + <spotbugs-maven-plugin.version>4.8.6.4</spotbugs-maven-plugin.version> |
38 | 38 | <spotbugs.version>4.8.6</spotbugs.version> |
39 | 39 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
40 | 40 | <hamcrest.version>3.0</hamcrest.version> |
41 | 41 | <okhttp3.version>4.12.0</okhttp3.version> |
42 | | - <okio.version>3.9.0</okio.version> |
| 42 | + <okio.version>3.9.1</okio.version> |
43 | 43 | <!-- Using this as the minimum bar for code coverage. Adding methods without covering them will fail this. --> |
44 | 44 | <jacoco.coverage.target.bundle.method>0.70</jacoco.coverage.target.bundle.method> |
45 | 45 | <jacoco.coverage.target.class.method>0.50</jacoco.coverage.target.class.method> |
|
85 | 85 | <plugin> |
86 | 86 | <groupId>org.codehaus.mojo</groupId> |
87 | 87 | <artifactId>versions-maven-plugin</artifactId> |
88 | | - <version>2.17.1</version> |
| 88 | + <version>2.18.0</version> |
89 | 89 | </plugin> |
90 | 90 | <plugin> |
91 | 91 | <groupId>org.apache.maven.plugins</groupId> |
92 | 92 | <artifactId>maven-help-plugin</artifactId> |
93 | | - <version>3.5.0</version> |
| 93 | + <version>3.5.1</version> |
94 | 94 | </plugin> |
95 | 95 | <plugin> |
96 | 96 | <artifactId>maven-surefire-plugin</artifactId> |
97 | | - <version>3.5.0</version> |
| 97 | + <version>3.5.2</version> |
98 | 98 | <configuration> |
99 | 99 | <!-- SUREFIRE-1226 workaround --> |
100 | 100 | <trimStackTrace>false</trimStackTrace> |
|
108 | 108 | <plugin> |
109 | 109 | <groupId>org.apache.maven.plugins</groupId> |
110 | 110 | <artifactId>maven-gpg-plugin</artifactId> |
111 | | - <version>3.2.6</version> |
| 111 | + <version>3.2.7</version> |
112 | 112 | </plugin> |
113 | 113 | <plugin> |
114 | 114 | <groupId>org.jacoco</groupId> |
|
223 | 223 | <plugin> |
224 | 224 | <groupId>org.apache.maven.plugins</groupId> |
225 | 225 | <artifactId>maven-javadoc-plugin</artifactId> |
226 | | - <version>3.10.0</version> |
| 226 | + <version>3.11.1</version> |
227 | 227 | <configuration> |
228 | 228 | <release>8</release> |
229 | 229 | <failOnWarnings>true</failOnWarnings> |
|
265 | 265 | <plugin> |
266 | 266 | <groupId>org.apache.maven.plugins</groupId> |
267 | 267 | <artifactId>maven-site-plugin</artifactId> |
268 | | - <version>3.12.1</version> |
| 268 | + <version>3.21.0</version> |
269 | 269 | </plugin> |
270 | 270 | <plugin> |
271 | 271 | <groupId>org.apache.maven.plugins</groupId> |
|
285 | 285 | <plugin> |
286 | 286 | <groupId>org.apache.maven.plugins</groupId> |
287 | 287 | <artifactId>maven-project-info-reports-plugin</artifactId> |
288 | | - <version>3.7.0</version> |
| 288 | + <version>3.8.0</version> |
289 | 289 | <dependencies> |
290 | 290 | <dependency> |
291 | 291 | <groupId>org.apache.bcel</groupId> |
|
475 | 475 | <dependency> |
476 | 476 | <groupId>com.fasterxml.jackson</groupId> |
477 | 477 | <artifactId>jackson-bom</artifactId> |
478 | | - <version>2.17.2</version> |
| 478 | + <version>2.18.2</version> |
479 | 479 | <scope>import</scope> |
480 | 480 | <type>pom</type> |
481 | 481 | </dependency> |
|
560 | 560 | <dependency> |
561 | 561 | <groupId>com.infradna.tool</groupId> |
562 | 562 | <artifactId>bridge-method-annotation</artifactId> |
563 | | - <version>1.29</version> |
| 563 | + <version>1.30</version> |
564 | 564 | <optional>true</optional> |
565 | 565 | </dependency> |
566 | 566 | <!-- for stapler-jetty --> |
|
649 | 649 | <dependency> |
650 | 650 | <groupId>org.mockito</groupId> |
651 | 651 | <artifactId>mockito-core</artifactId> |
652 | | - <version>5.13.0</version> |
| 652 | + <version>5.14.2</version> |
653 | 653 | <scope>test</scope> |
654 | 654 | </dependency> |
655 | 655 | <dependency> |
|
0 commit comments