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/03/07 14:38:13 UTC

[knox] branch master updated: KNOX-1809 - Upgrade spotbugs to 3.1.12

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 5bf73af  KNOX-1809 - Upgrade spotbugs to 3.1.12
5bf73af is described below

commit 5bf73af9ea8f6779b71c2fc9c5916c0fd8f8d185
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Mar 7 08:21:10 2019 -0500

    KNOX-1809 - Upgrade spotbugs to 3.1.12
    
    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 602ae67..105aac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
         <shrinkwrap.version>1.2.6</shrinkwrap.version>
         <shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>
         <slf4j.version>1.7.26</slf4j.version>
-        <spotbugs.version>3.1.11</spotbugs.version>
+        <spotbugs.version>3.1.12</spotbugs.version>
         <spotbugs-maven-plugin.version>3.1.11</spotbugs-maven-plugin.version>
         <spring-core.version>5.1.5.RELEASE</spring-core.version>
         <spring-vault.version>2.1.2.RELEASE</spring-vault.version>