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 2021/10/06 11:37:24 UTC

[sling-org-apache-sling-commons-crypto] 03/05: SLING-10542 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-commons-crypto.git

commit 514367bd3a2f9f1fa065c898aa77469b25027f64
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 13:00:04 2021 +0200

    SLING-10542 Enable code checks with SpotBugs
    
    update spotbugs-maven-plugin to 4.4.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 39b05f7..730e6fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.3.0</version>
+        <version>4.4.1</version>
         <configuration>
           <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
         </configuration>