spotbugs-gradle-plugin:5.0.3

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-16 09:41:49 +00:00
parent 1e43be9387
commit c720bb6334
1 changed files with 1 additions and 1 deletions

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 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.2'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.3'
}
}