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


The following commit(s) were added to refs/heads/master by this push:
     new 67ace11  update build plugins
67ace11 is described below

commit 67ace11565bf5cddbab7d0885e30de4b67d3460e
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Feb 12 15:16:15 2023 +0100

    update build plugins
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index e565fb2..481fd63 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.2.0</version>
+        <version>3.2.1</version>
         <dependencies>
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>10.3.4</version>
+            <version>10.7.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.19.0</version>
+        <version>3.20.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.7.2.0</version>
+        <version>4.7.3.0</version>
         <configuration>
           <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
           <plugins>

Reply via email to