This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13122-update-deps in repository https://gitbox.apache.org/repos/asf/sling-parent.git
commit 02ce551535f0f42e909601690b1cfc28f56120a8 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Feb 20 10:19:20 2026 +0100 SLING-13122 Update Maven Plugins and Build/Testing Deps to latest versions --- sling-parent/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml index 0c38730..726350f 100644 --- a/sling-parent/pom.xml +++ b/sling-parent/pom.xml @@ -107,7 +107,7 @@ <properties> <site.jira.version.id>12313945</site.jira.version.id> <site.javadoc.exclude /> - <junit5.version>5.14.2</junit5.version> + <junit5.version>5.14.3</junit5.version> <mockito.version>5.21.0</mockito.version> <!-- release sets API classpath, source and target, see https://docs.oracle.com/javase/9/tools/javac.htm#GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9__GUID-D343F6B4-3FDD-43A8-AD24-43DD70214471 @@ -190,7 +190,7 @@ <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> - <version>23.0.0</version> + <version>26.1.0</version> </dependency> <!-- Basic dependencies for Unit Tests --> @@ -287,7 +287,7 @@ <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven3-plugin</artifactId> - <version>1.9.11</version> + <version>1.10.26</version> </plugin> <!-- Documentation: https://geronimo.apache.org/maven/genesis/plugins/tools-maven-plugin/usage.html @@ -301,12 +301,12 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.3.0</version> + <version>3.6.1</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.13</version> + <version>0.8.14</version> </plugin> <plugin> <groupId>org.apache.servicemix.tooling</groupId> @@ -324,7 +324,7 @@ <plugin> <groupId>com.diffplug.spotless</groupId> <artifactId>spotless-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.2.1</version> </plugin> </plugins> </pluginManagement> @@ -545,7 +545,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-resources</artifactId> - <version>5</version> + <version>6</version> </dependency> </dependencies> <executions> @@ -1061,7 +1061,7 @@ <plugin> <groupId>org.apache.sling</groupId> <artifactId>slingfeature-maven-plugin</artifactId> - <version>1.6.4</version> + <version>1.9.4</version> <extensions>true</extensions> <executions> <execution> @@ -1115,7 +1115,7 @@ <plugin> <groupId>org.apache.sling</groupId> <artifactId>feature-launcher-maven-plugin</artifactId> - <version>0.1.2</version> + <version>1.0.4</version> <configuration> <launches> <launch>
