You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2024/01/12 15:02:44 UTC

(jackrabbit) branch JCR-5017 created (now d4e0b85f4)

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

reschke pushed a change to branch JCR-5017
in repository https://gitbox.apache.org/repos/asf/jackrabbit.git


      at d4e0b85f4 JCR-5017: Update spotbugs-maven-plugin to 4.8.2.0

This branch includes the following new commits:

     new d4e0b85f4 JCR-5017: Update spotbugs-maven-plugin to 4.8.2.0

The 1 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.



(jackrabbit) 01/01: JCR-5017: Update spotbugs-maven-plugin to 4.8.2.0

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch JCR-5017
in repository https://gitbox.apache.org/repos/asf/jackrabbit.git

commit d4e0b85f4b85958e33559f82559cec117460a7b4
Author: Julian Reschke <re...@apache.org>
AuthorDate: Fri Jan 12 16:02:27 2024 +0100

    JCR-5017: Update spotbugs-maven-plugin to 4.8.2.0
---
 jackrabbit-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jackrabbit-parent/pom.xml b/jackrabbit-parent/pom.xml
index dec5994cd..49bfa0b86 100644
--- a/jackrabbit-parent/pom.xml
+++ b/jackrabbit-parent/pom.xml
@@ -442,7 +442,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.8.1.0</version>
+        <version>4.8.2.0</version>
       </plugin>
     </plugins>
   </reporting>