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 cb0e5fa9be2792c8a3d115d418ad93b8ed58258c Author: Oliver Lietz <[email protected]> AuthorDate: Wed Sep 7 15:05:58 2022 +0200 update build plugins --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5e408cc..2bb2cb6 100644 --- a/pom.xml +++ b/pom.xml @@ -95,12 +95,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.1.2</version> + <version>3.2.0</version> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>9.0.1</version> + <version>10.3.3</version> </dependency> <dependency> <groupId>de.bildschirmarbeiter</groupId> @@ -125,7 +125,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.15.0</version> + <version>3.19.0</version> <configuration> <targetJdk>${sling.java.version}</targetJdk> <excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile> @@ -142,7 +142,7 @@ <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> - <version>4.4.1</version> + <version>4.7.2.0</version> <configuration> <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile> </configuration>
