aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-21 09:15:37 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-21 09:15:37 +0000
commit63e7f91d1b10a8cd93b56da264d8bfb0a732988e (patch)
treeec6feb1792d81510f9b23208766f867c7bcd1d7a /build.gradle
parent9fe3944e8ead65d8efe712e32fd7446b75710f57 (diff)
downloadpoi-63e7f91d1b10a8cd93b56da264d8bfb0a732988e.tar.gz
poi-63e7f91d1b10a8cd93b56da264d8bfb0a732988e.zip
upgrade spotbugs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894437 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 8f88a0a88c..056d4cd63a 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 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.5'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.9'
}
}