aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-08 12:42:19 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-08 12:42:19 +0000
commit307d5e2ce9b3baafc349c1ffe338641ffae61e4d (patch)
treec457d6eef450ef0faf17941159e002ca8b70f82f /build.gradle
parentd924919ab5baf7fd7b4b4c7341e01327762fc579 (diff)
downloadpoi-307d5e2ce9b3baafc349c1ffe338641ffae61e4d.tar.gz
poi-307d5e2ce9b3baafc349c1ffe338641ffae61e4d.zip
upgrade spotbugs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895696 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 46ae456c49..11fb332c47 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:5.0.0'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.1'
}
}