|
23 | 23 | <tests>!(pkcs11 | slow | ldap)</tests> |
24 | 24 |
|
25 | 25 | <!-- versions of dependencies has to correspond with spring boot version--> |
26 | | - <!-- https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions |
27 | | - .html--> |
28 | | - <junit-jupiter.version>5.10.2</junit-jupiter.version> |
29 | | - <logback-classic.version>1.5.6</logback-classic.version> |
30 | | - <exec-maven-plugin.version>3.2.0</exec-maven-plugin.version> |
31 | | - <maven-shade-plugin.version>3.5.2</maven-shade-plugin.version> |
| 26 | + <!-- https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html--> |
| 27 | + <junit-jupiter.version>5.10.3</junit-jupiter.version> |
| 28 | + <logback-classic.version>1.5.7</logback-classic.version> |
| 29 | + <exec-maven-plugin.version>3.4.1</exec-maven-plugin.version> |
| 30 | + <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version> |
| 31 | + <maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version> |
32 | 32 | <bouncycastle.version>1.78.1</bouncycastle.version> |
33 | | - <spring-boot.version>3.2.5</spring-boot.version> |
| 33 | + <spring-boot.version>3.3.3</spring-boot.version> |
34 | 34 | <spring.version>6.1.6</spring.version> |
35 | 35 | </properties> |
36 | 36 |
|
|
235 | 235 | <plugin> |
236 | 236 | <groupId>org.apache.maven.plugins</groupId> |
237 | 237 | <artifactId>maven-checkstyle-plugin</artifactId> |
238 | | - <version>3.3.1</version> |
| 238 | + <version>${maven-checkstyle-plugin.version}</version> |
239 | 239 |
|
240 | 240 | <configuration> |
241 | 241 | <configLocation>checkstyle.xml</configLocation> |
|
269 | 269 | <plugin> |
270 | 270 | <groupId>org.apache.maven.plugins</groupId> |
271 | 271 | <artifactId>maven-surefire-plugin</artifactId> |
272 | | - <version>3.2.5</version> |
| 272 | + <version>3.5.0</version> |
273 | 273 | <configuration> |
274 | 274 | <trimStackTrace>false</trimStackTrace> |
275 | 275 | <groups>${tests}</groups> |
|
284 | 284 | <plugin> |
285 | 285 | <groupId>org.apache.maven.plugins</groupId> |
286 | 286 | <artifactId>maven-release-plugin</artifactId> |
287 | | - <version>3.0.1</version> |
| 287 | + <version>3.1.1</version> |
288 | 288 | <configuration> |
289 | 289 | <tagNameFormat>v@{project.version}</tagNameFormat> |
290 | 290 | </configuration> |
|
310 | 310 | <plugin> |
311 | 311 | <groupId>com.github.spotbugs</groupId> |
312 | 312 | <artifactId>spotbugs-maven-plugin</artifactId> |
313 | | - <version>4.8.4.0</version> |
| 313 | + <version>4.8.6.2</version> |
314 | 314 | </plugin> |
315 | 315 |
|
316 | 316 | <plugin> |
|
362 | 362 | <plugin> |
363 | 363 | <groupId>org.apache.maven.plugins</groupId> |
364 | 364 | <artifactId>maven-deploy-plugin</artifactId> |
365 | | - <version>3.1.1</version> |
| 365 | + <version>3.1.3</version> |
366 | 366 | </plugin> |
367 | 367 |
|
368 | 368 | </plugins> |
|
0 commit comments