This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 82ae356 HBASE-21057 upgrade to latest spotbugs
82ae356 is described below
commit 82ae356bf18c35d2be3eae522b2b3bbffaaba61c
Author: Kevin Su <[email protected]>
AuthorDate: Sat Jan 26 11:47:46 2019 +0800
HBASE-21057 upgrade to latest spotbugs
Signed-off-by: Guanghao Zhang <[email protected]>
Signed-off-by: zhangduo <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5400f29..5405322 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1431,7 +1431,7 @@
<maven.warbucks.version>1.1.0</maven.warbucks.version>
<os.maven.version>1.5.0.Final</os.maven.version>
<plexus.errorprone.javac.version>2.8.2</plexus.errorprone.javac.version>
- <spotbugs.version>3.1.0-RC3</spotbugs.version>
+ <spotbugs.version>3.1.11</spotbugs.version>
<wagon.ssh.version>2.12</wagon.ssh.version>
<xml.maven.version>1.0.1</xml.maven.version>
<hbase-thirdparty.version>2.1.0</hbase-thirdparty.version>