Repository: logging-log4j2 Updated Branches: refs/heads/master 8ff3b0b77 -> 9b31701ff
Update Spotbugs and its Maven plugin to current versions. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9b31701f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9b31701f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9b31701f Branch: refs/heads/master Commit: 9b31701ff7b020e01c6bfe660865e4dd49bb97ca Parents: 8ff3b0b Author: Gary Gregory <[email protected]> Authored: Thu Jul 19 10:02:52 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Thu Jul 19 10:02:52 2018 -0600 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9b31701f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 48519ee..2337c43 100644 --- a/pom.xml +++ b/pom.xml @@ -190,8 +190,8 @@ <mongodb3.version>3.6.3</mongodb3.version> <compiler.plugin.version>3.7.0</compiler.plugin.version> <pmd.plugin.version>3.10.0</pmd.plugin.version> - <spotbugs.plugin.version>3.1.0-RC7</spotbugs.plugin.version> - <spotbugs.version>3.1.2</spotbugs.version> + <spotbugs.plugin.version>3.1.5</spotbugs.plugin.version> + <spotbugs.version>3.1.6</spotbugs.version> <changes.plugin.version>2.12.1</changes.plugin.version> <javadoc.plugin.version>3.0.1</javadoc.plugin.version> <!-- surefire.plugin.version 2.18 yields http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 -->
