You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/10/19 08:33:57 UTC

[sling-org-apache-sling-commons-clam] branch master updated (78f2828 -> 68794aa)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git


    from 78f2828  SLING-11477 Update Testing PaxExam to 4.0.0
     new 8f25c74  update test dependency
     new 1820728  SLING-10734 Enable code checks with Checkstyle
     new 6db13ba  SLING-10735 Enable code checks with PMD
     new 68794aa  SLING-10736 Enable code checks with SpotBugs

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


[sling-org-apache-sling-commons-clam] 03/04: SLING-10735 Enable code checks with PMD

Posted by ol...@apache.org.
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-clam.git

commit 6db13ba758c5f10339b19c2ef7bff89f1d9c5726
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 09:57:56 2022 +0200

    SLING-10735 Enable code checks with PMD
    
    update plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c9b305f..b1b138d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.14.0</version>
+        <version>3.19.0</version>
         <configuration>
           <targetJdk>${sling.java.version}</targetJdk>
           <excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile>


[sling-org-apache-sling-commons-clam] 01/04: update test dependency

Posted by ol...@apache.org.
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-clam.git

commit 8f25c74ea64a209560c75d52920a8d3bed193be0
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 09:15:03 2022 +0200

    update test dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b6b7c7..48b15e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.17.3</version>
+      <version>1.17.5</version>
       <scope>test</scope>
     </dependency>
   </dependencies>


[sling-org-apache-sling-commons-clam] 04/04: SLING-10736 Enable code checks with SpotBugs

Posted by ol...@apache.org.
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-clam.git

commit 68794aaf51b573470963f1f173f94a11bf378ecf
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 09:58:46 2022 +0200

    SLING-10736 Enable code checks with SpotBugs
    
    update plugins
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b1b138d..e4e3332 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,14 +132,14 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.3.0</version>
+        <version>4.7.2.0</version>
         <configuration>
           <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
           <plugins>
             <plugin>
               <groupId>com.h3xstream.findsecbugs</groupId>
               <artifactId>findsecbugs-plugin</artifactId>
-              <version>1.11.0</version>
+              <version>1.12.0</version>
             </plugin>
           </plugins>
         </configuration>


[sling-org-apache-sling-commons-clam] 02/04: SLING-10734 Enable code checks with Checkstyle

Posted by ol...@apache.org.
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-clam.git

commit 1820728dffa29042c31ce222bca0258d798f9b83
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 09:57:05 2022 +0200

    SLING-10734 Enable code checks with Checkstyle
    
    update plugins
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 48b15e2..c9b305f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,12 +85,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.4</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>