diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-09-05 16:30:26 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-09-05 16:30:26 +0000 |
commit | f4ec85adb03fec1c58eba0a063924f4d5e7e7bd0 (patch) | |
tree | b5bb2e99ad5c477be7c9786128b934d5a586a931 | |
parent | cb1f341bb92c7b079fe36da580f7e460d4aafd16 (diff) | |
download | poi-f4ec85adb03fec1c58eba0a063924f4d5e7e7bd0.tar.gz poi-f4ec85adb03fec1c58eba0a063924f4d5e7e7bd0.zip |
upgrade spotbugs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920477 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2eb6d9cec9..ce841ae624 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { id 'com.dorongold.task-tree' version '2.1.1' id 'org.nosphere.apache.rat' version '0.8.1' id 'distribution' - id "com.github.spotbugs" version '6.0.19' + id "com.github.spotbugs" version '6.0.22' id 'de.thetaphi.forbiddenapis' version '3.7' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.10.0' |