|
71 | 71 | <jacoco.haltOnFailure>false</jacoco.haltOnFailure> |
72 | 72 |
|
73 | 73 | <jacoco.surefire.argLine></jacoco.surefire.argLine> |
74 | | - <jjwt.suite.version>0.12.6</jjwt.suite.version> |
| 74 | + <jjwt.suite.version>0.13.0</jjwt.suite.version> |
75 | 75 | <!-- This project was registered before 2021, so it uses the old server. --> |
76 | 76 | <nexus.serverUrl>https://ossrh-staging-api.central.sonatype.com</nexus.serverUrl> |
77 | 77 | <okhttp3.version>4.12.0</okhttp3.version> |
78 | 78 | <okio.version>3.16.0</okio.version> |
79 | 79 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
80 | 80 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
81 | | - <spotbugs-maven-plugin.version>4.9.8.1</spotbugs-maven-plugin.version> |
| 81 | + <spotbugs-maven-plugin.version>4.9.8.2</spotbugs-maven-plugin.version> |
82 | 82 | <spotbugs.version>4.8.6</spotbugs.version> |
83 | 83 | <spring.boot.version>3.4.5</spring.boot.version> |
84 | 84 | <surefire.argLine></surefire.argLine> |
|
89 | 89 | <dependency> |
90 | 90 | <groupId>com.fasterxml.jackson</groupId> |
91 | 91 | <artifactId>jackson-bom</artifactId> |
92 | | - <version>2.20.0</version> |
| 92 | + <version>2.21.0</version> |
93 | 93 | <type>pom</type> |
94 | 94 | <scope>import</scope> |
95 | 95 | </dependency> |
|
268 | 268 | <dependency> |
269 | 269 | <groupId>org.mockito</groupId> |
270 | 270 | <artifactId>mockito-core</artifactId> |
271 | | - <version>5.16.1</version> |
| 271 | + <version>5.21.0</version> |
272 | 272 | <scope>test</scope> |
273 | 273 | </dependency> |
274 | 274 | <!-- |
|
320 | 320 | <plugin> |
321 | 321 | <groupId>org.apache.maven.plugins</groupId> |
322 | 322 | <artifactId>maven-gpg-plugin</artifactId> |
323 | | - <version>3.2.7</version> |
| 323 | + <version>3.2.8</version> |
324 | 324 | </plugin> |
325 | 325 | <plugin> |
326 | 326 | <groupId>org.apache.maven.plugins</groupId> |
|
348 | 348 | </plugin> |
349 | 349 | <plugin> |
350 | 350 | <artifactId>maven-surefire-plugin</artifactId> |
351 | | - <version>3.5.3</version> |
| 351 | + <version>3.5.5</version> |
352 | 352 | <configuration> |
353 | 353 | <!-- SUREFIRE-1226 workaround --> |
354 | 354 | <trimStackTrace>false</trimStackTrace> |
|
362 | 362 | <plugin> |
363 | 363 | <groupId>org.jacoco</groupId> |
364 | 364 | <artifactId>jacoco-maven-plugin</artifactId> |
365 | | - <version>0.8.13</version> |
| 365 | + <version>0.8.14</version> |
366 | 366 | <configuration> |
367 | 367 | <!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing --> |
368 | 368 | <excludes> |
|
619 | 619 | <dependency> |
620 | 620 | <groupId>org.apache.bcel</groupId> |
621 | 621 | <artifactId>bcel</artifactId> |
622 | | - <version>6.10.0</version> |
| 622 | + <version>6.12.0</version> |
623 | 623 | </dependency> |
624 | 624 | </dependencies> |
625 | 625 | </plugin> |
|
0 commit comments