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 2021/10/06 11:37:21 UTC

[sling-org-apache-sling-commons-crypto] branch master updated (7821368 -> 661db50)

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-crypto.git.


    from 7821368  SLING-10544 Enable code checks with Checkstyle
     new d623bd2  update test dependencies
     new 737d4f5  SLING-10544 Enable code checks with Checkstyle
     new 514367b  SLING-10542 Enable code checks with SpotBugs
     new 08be5af  SLING-10543 Enable code checks with PMD
     new 661db50  SLING-10855 Update to Sling Bundle Parent 46

The 5 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-crypto] 03/05: SLING-10542 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-crypto.git

commit 514367bd3a2f9f1fa065c898aa77469b25027f64
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 13:00:04 2021 +0200

    SLING-10542 Enable code checks with SpotBugs
    
    update spotbugs-maven-plugin to 4.4.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 39b05f7..730e6fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.3.0</version>
+        <version>4.4.1</version>
         <configuration>
           <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
         </configuration>

[sling-org-apache-sling-commons-crypto] 02/05: SLING-10544 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-crypto.git

commit 737d4f524c16ef8ef40cb6e859cabe6dde9aee6c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 12:59:06 2021 +0200

    SLING-10544 Enable code checks with Checkstyle
    
    update dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f452ff7..39b05f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>9.0</version>
+            <version>9.0.1</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>

[sling-org-apache-sling-commons-crypto] 05/05: SLING-10855 Update to Sling Bundle Parent 46

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-crypto.git

commit 661db5011eb3fc759db236f56e4f9a997f2120c0
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 13:35:20 2021 +0200

    SLING-10855 Update to Sling Bundle Parent 46
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1838cad..15f52ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>45</version>
+    <version>46</version>
     <relativePath />
   </parent>
 

[sling-org-apache-sling-commons-crypto] 04/05: SLING-10543 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-crypto.git

commit 08be5af8b9009f92d42719d38e5e93939a17099b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 13:01:42 2021 +0200

    SLING-10543 Enable code checks with PMD
    
    update maven-pmd-plugin to 3.15.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 730e6fe..1838cad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.14.0</version>
+        <version>3.15.0</version>
         <configuration>
           <targetJdk>${sling.java.version}</targetJdk>
           <excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile>

[sling-org-apache-sling-commons-crypto] 01/05: update test dependencies

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-crypto.git

commit d623bd282e7f761942c6501ea7fa1f5ef0ad4f56
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 12:46:07 2021 +0200

    update test dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8133c60..f452ff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,7 +254,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.13.1</version>
+      <version>1.14.3</version>
       <scope>test</scope>
     </dependency>
     <!-- nullability -->
@@ -278,7 +278,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.11.2</version>
+      <version>3.12.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>