diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-11-05 19:46:19 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-11-05 19:46:19 +0000 |
commit | b9eabbb477952e763cbe7d1ba2f96a87434d7653 (patch) | |
tree | 8a55462639d6c31f0b7ba408d6360e34146ee38e | |
parent | 02d2e6e82e47591d0863d0858754ecc98ea28f54 (diff) | |
download | poi-b9eabbb477952e763cbe7d1ba2f96a87434d7653.tar.gz poi-b9eabbb477952e763cbe7d1ba2f96a87434d7653.zip |
upgrade spotbugs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921789 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 43e5bfa012..ef8f24aa25 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.25' + id "com.github.spotbugs" version '6.0.26' id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.10.0' |