|
46 | 46 | <mockito.version>5.15.2</mockito.version> |
47 | 47 |
|
48 | 48 | <!-- build plugin dependencies --> |
49 | | - <dependency-check.version>10.0.3</dependency-check.version> |
| 49 | + <dependency-check.version>11.1.1</dependency-check.version> |
50 | 50 | <nexus-staging.version>1.7.0</nexus-staging.version> |
51 | 51 | <jextract-maven.version>0.4.1</jextract-maven.version> |
52 | 52 |
|
|
160 | 160 | <plugin> |
161 | 161 | <groupId>org.apache.maven.plugins</groupId> |
162 | 162 | <artifactId>maven-dependency-plugin</artifactId> |
163 | | - <version>3.7.1</version> |
| 163 | + <version>3.8.1</version> |
164 | 164 | <executions> |
165 | 165 | <execution> |
166 | 166 | <id>jar-paths-to-properties</id> |
|
198 | 198 | <plugin> |
199 | 199 | <groupId>org.apache.maven.plugins</groupId> |
200 | 200 | <artifactId>maven-surefire-plugin</artifactId> |
201 | | - <version>3.3.1</version> |
| 201 | + <version>3.5.2</version> |
202 | 202 | <dependencies> |
203 | 203 | <dependency> |
204 | 204 | <groupId>me.fabriciorby</groupId> |
|
233 | 233 | </plugin> |
234 | 234 | <plugin> |
235 | 235 | <artifactId>maven-javadoc-plugin</artifactId> |
236 | | - <version>3.8.0</version> |
| 236 | + <version>3.11.2</version> |
237 | 237 | <executions> |
238 | 238 | <execution> |
239 | 239 | <id>attach-javadocs</id> |
|
335 | 335 | <plugin> |
336 | 336 | <groupId>org.codehaus.mojo</groupId> |
337 | 337 | <artifactId>exec-maven-plugin</artifactId> |
338 | | - <version>3.3.0</version> |
| 338 | + <version>3.5.0</version> |
339 | 339 | <executions> |
340 | 340 | <execution> |
341 | 341 | <goals> |
|
366 | 366 | <plugins> |
367 | 367 | <plugin> |
368 | 368 | <artifactId>maven-gpg-plugin</artifactId> |
369 | | - <version>3.2.4</version> |
| 369 | + <version>3.2.7</version> |
370 | 370 | <executions> |
371 | 371 | <execution> |
372 | 372 | <id>sign-artifacts</id> |
|
424 | 424 | <plugin> |
425 | 425 | <groupId>org.apache.maven.plugins</groupId> |
426 | 426 | <artifactId>maven-deploy-plugin</artifactId> |
427 | | - <version>3.1.2</version> |
| 427 | + <version>3.1.3</version> |
428 | 428 | </plugin> |
429 | 429 | </plugins> |
430 | 430 | </build> |
|
0 commit comments