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/03/27 20:16:58 UTC

[sling-org-apache-sling-clam] 35/44: SLING-10893 Enable code checks with SpotBugs

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

commit c888309ff1f1c0a10d9c35942e66cd7746ede577
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 27 16:32:16 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 4a40f85..2a7f87d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.4.2.2</version>
+        <version>4.6.0.0</version>
         <configuration>
           <plugins>
             <plugin>