aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-09 12:54:35 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-09 12:54:35 +0000
commit55324f9a97835880115da87de314ed31c128fc9f (patch)
tree091f144c817c1d46a5cebbee8d46f7db9163dcdd /build.gradle
parentea1e38be740e646b177bce411d45f2c8ea4dc0d3 (diff)
downloadpoi-55324f9a97835880115da87de314ed31c128fc9f.tar.gz
poi-55324f9a97835880115da87de314ed31c128fc9f.zip
spotbugs-gradle-plugin 5.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895722 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 618fb1b4b3..8a335ec893 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.1'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.2'
}
}