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 2023/11/14 13:43:30 UTC

svn commit: r1913772 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Tue Nov 14 13:43:30 2023
New Revision: 1913772

URL: http://svn.apache.org/viewvc?rev=1913772&view=rev
Log:
JCR-4997: Update spotbugs-maven-plugin to 4.8.1.0

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1913772&r1=1913771&r2=1913772&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Tue Nov 14 13:43:30 2023
@@ -433,7 +433,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.7.3.0</version>
+        <version>4.8.1.0</version>
       </plugin>
     </plugins>
   </reporting>