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-resource-presence.git
The following commit(s) were added to refs/heads/master by this push:
new 3989ee2 update build plugins
3989ee2 is described below
commit 3989ee26b0e538ee2e6e9d8331fe79c1fc6bf31c
Author: Oliver Lietz <[email protected]>
AuthorDate: Mon Jul 10 11:14:41 2023 +0200
update build plugins
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f936c6c..ead9ae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,12 +74,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>10.7.0</version>
+ <version>10.12.1</version>
</dependency>
<dependency>
<groupId>de.bildschirmarbeiter</groupId>
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.20.0</version>
+ <version>3.21.0</version>
<configuration>
<targetJdk>${sling.java.version}</targetJdk>
<excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile>
@@ -121,7 +121,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.7.3.0</version>
+ <version>4.7.3.5</version>
<configuration>
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
<plugins>