This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git
commit 6fe883a6f2beeb605385e511b4095564c32fc8c3 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 22 09:38:41 2026 +0100 update build plugins --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 979b666..bae6ede 100644 --- a/pom.xml +++ b/pom.xml @@ -115,12 +115,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.5.0</version> + <version>3.6.0</version> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>10.18.2</version> + <version>13.3.0</version> </dependency> <dependency> <groupId>de.bildschirmarbeiter</groupId> @@ -145,7 +145,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.24.0</version> + <version>3.28.0</version> <configuration> <targetJdk>${sling.java.version}</targetJdk> <excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile> @@ -162,7 +162,7 @@ <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> - <version>4.8.6.4</version> + <version>4.9.8.2</version> <configuration> <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile> <plugins>
