upgrade spotbugs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-21 09:15:37 +00:00
parent 9fe3944e8e
commit 63e7f91d1b

View File

@ -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'
}
}