aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-06 12:50:47 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-06 12:50:47 +0000
commitc84888490fbc1bfb3b805e3b831dcfc836fa0238 (patch)
tree76cfe75f50e4594530a60b2609e955edee763f27 /build.gradle
parente52e874d28aedf68a39098dfa8964749f126ab36 (diff)
downloadpoi-c84888490fbc1bfb3b805e3b831dcfc836fa0238.tar.gz
poi-c84888490fbc1bfb3b805e3b831dcfc836fa0238.zip
spotbugs 5.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895621 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index abcdae890e..d8c75b5e4b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ buildscript {
dependencies {
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3'
classpath 'de.thetaphi:forbiddenapis:3.2'
- classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.8.0'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.0'
}
}