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 13:42:44 UTC

[sling-org-apache-sling-resource-presence] branch master updated (d278464 -> baaab1e)

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-resource-presence.git


    from d278464  SLING-11473 Update Testing PaxExam to 4.0.0
     new 154c275  disable dependabot
     new baaab1e  update build plugins

The 2 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:
 .asf.yaml | 3 +++
 pom.xml   | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)
 create mode 100644 .asf.yaml


[sling-org-apache-sling-resource-presence] 01/02: disable dependabot

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-resource-presence.git

commit 154c27508d14397b88700adf8d13d41a1c0454d1
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 15:42:08 2022 +0200

    disable dependabot
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..d4d0dd5
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+github:
+  dependabot_alerts: false
+  dependabot_updates: false


[sling-org-apache-sling-resource-presence] 02/02: update build plugins

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-resource-presence.git

commit baaab1e52ff3f51f195812e59a904059153a78fc
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 15:42:32 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index ba1eb7b..6b07105 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.1.2</version>
+        <version>3.2.0</version>
         <dependencies>
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>10.3.2</version>
+            <version>10.3.4</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.17.0</version>
+        <version>3.19.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.1.1</version>
+        <version>4.7.2.0</version>
         <configuration>
           <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
           <plugins>