|
266 | 266 | <maven.compiler.testTarget>${maven.compiler.testRelease}</maven.compiler.testTarget>
|
267 | 267 |
|
268 | 268 | <!-- Plugin versions -->
|
269 |
| - <version.clean.plugin>3.4.1</version.clean.plugin> |
| 269 | + <version.clean.plugin>3.5.0</version.clean.plugin> |
270 | 270 | <version.install.plugin>3.1.4</version.install.plugin>
|
271 | 271 | <version.enforcer.plugin>3.5.0</version.enforcer.plugin>
|
272 | 272 | <version.project-info.plugin>3.9.0</version.project-info.plugin>
|
|
281 | 281 | <version.dependency.plugin>3.8.1</version.dependency.plugin>
|
282 | 282 | <!-- Check dependencies for security vulnerabilities -->
|
283 | 283 | <version.dependency-check.plugin>12.1.1</version.dependency-check.plugin>
|
284 |
| - <version.exec.plugin>3.5.0</version.exec.plugin> |
| 284 | + <version.exec.plugin>3.5.1</version.exec.plugin> |
285 | 285 | <version.forbiddenapis.plugin>3.9</version.forbiddenapis.plugin>
|
286 | 286 | <!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
|
287 | 287 | <version.jandex.plugin>3.3.1</version.jandex.plugin>
|
|
305 | 305 | We want to keep patch updates for groovy enabled as those may contain compatibility with a more recent JDK versions.
|
306 | 306 | e.g. 4.0.13 won't work with JDK 23, while 4.0.26 is working just fine.
|
307 | 307 | -->
|
308 |
| - <version.org.apache.groovy.groovy-jsr223>4.0.26</version.org.apache.groovy.groovy-jsr223> |
309 |
| - <version.com.puppycrawl.tools.checkstyle>10.24.0</version.com.puppycrawl.tools.checkstyle> |
| 308 | + <version.org.apache.groovy.groovy-jsr223>4.0.27</version.org.apache.groovy.groovy-jsr223> |
| 309 | + <version.com.puppycrawl.tools.checkstyle>10.25.0</version.com.puppycrawl.tools.checkstyle> |
310 | 310 | <version.versions.plugin>2.18.0</version.versions.plugin>
|
311 | 311 | <version.maven-wrapper-plugin>3.3.2</version.maven-wrapper-plugin>
|
312 | 312 | <version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>
|
313 | 313 | <version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
|
314 | 314 | <version.gitflow-incremental-builder>4.5.5</version.gitflow-incremental-builder>
|
315 |
| - <version.spotless-maven-plugin>2.44.4</version.spotless-maven-plugin> |
| 315 | + <version.spotless-maven-plugin>2.44.5</version.spotless-maven-plugin> |
316 | 316 | <version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin>
|
317 | 317 |
|
318 | 318 | <!-- Repository Deployment URLs -->
|
|
0 commit comments