You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/07/23 20:21:44 UTC

[knox] 06/09: KNOX-1942 - Upgrade spotbugs-maven-plugin to 3.1.12.1

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 13580cfa604876c94168bff4988561770f380a31
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Jul 23 12:55:26 2019 -0400

    KNOX-1942 - Upgrade spotbugs-maven-plugin to 3.1.12.1
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ff2391..92f4581 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
         <shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>
         <slf4j.version>1.7.26</slf4j.version>
         <spotbugs.version>3.1.12</spotbugs.version>
-        <spotbugs-maven-plugin.version>3.1.12</spotbugs-maven-plugin.version>
+        <spotbugs-maven-plugin.version>3.1.12.1</spotbugs-maven-plugin.version>
         <spring-core.version>5.1.8.RELEASE</spring-core.version>
         <spring-vault.version>2.1.2.RELEASE</spring-vault.version>
         <taglibs-standard.version>1.2.5</taglibs-standard.version>