You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2022/07/11 16:01:43 UTC

[jackrabbit-oak] branch trunk updated: OAK-9831: Update spotbugs plugin to 4.7.1.0

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

mreutegg pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d4594d9677 OAK-9831: Update spotbugs plugin to 4.7.1.0
     new f3b01d3135 Merge pull request #617 from mreutegg/OAK-9831
d4594d9677 is described below

commit d4594d9677d6eac8e7ac512fe1ee9fa6d2d7ed5d
Author: Marcel Reutegger <ma...@gmail.com>
AuthorDate: Mon Jul 11 14:02:02 2022 +0200

    OAK-9831: Update spotbugs plugin to 4.7.1.0
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 4e07042c2a..50245c4723 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -342,7 +342,7 @@
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>3.1.11</version>
+          <version>4.7.1.0</version>
         </plugin>
         
         <plugin>