diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-16 09:41:49 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-16 09:41:49 +0000 |
commit | c720bb63349116010da8ac40a480b1e07c180559 (patch) | |
tree | 5880ce622d1fc98a4b71084d1ec449eb0952434c /build.gradle | |
parent | 1e43be9387ff95b269903672617f94cecb77482f (diff) | |
download | poi-c720bb63349116010da8ac40a480b1e07c180559.tar.gz poi-c720bb63349116010da8ac40a480b1e07c180559.zip |
spotbugs-gradle-plugin:5.0.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index bc8f39e39e..15240b7b07 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.2' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.3' } } |