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 2018/12/27 17:49:42 UTC

[knox] branch master updated: KNOX-1712 - Upgrade spotbugs-maven-plugin to 3.1.10

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


The following commit(s) were added to refs/heads/master by this push:
     new 6beea15  KNOX-1712 - Upgrade spotbugs-maven-plugin to 3.1.10
6beea15 is described below

commit 6beea15ba0d6ce88c89fb57087b408230f3a635b
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Dec 27 11:36:15 2018 -0500

    KNOX-1712 - Upgrade spotbugs-maven-plugin to 3.1.10
    
    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 118969a..3f84726 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
         <shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>
         <slf4j.version>1.7.25</slf4j.version>
         <spotbugs.version>3.1.10</spotbugs.version>
-        <spotbugs-maven-plugin.version>3.1.9</spotbugs-maven-plugin.version>
+        <spotbugs-maven-plugin.version>3.1.10</spotbugs-maven-plugin.version>
         <taglibs-standard.version>1.2.5</taglibs-standard.version>
         <velocity.version>1.7</velocity.version>
         <xmltool.version>3.3</xmltool.version>