From: PJ Fanning Date: Mon, 15 Nov 2021 12:56:22 +0000 (+0000) Subject: spotbugs upgrade X-Git-Tag: REL_5_2_0~231 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=423c02304d6e825cd717b773843b65ad7171d515;p=poi.git spotbugs upgrade git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895053 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index 21b7b78ced..908e5fcbe9 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:4.7.9' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.10' } }