aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-09-25 14:23:05 +0000
committerPJ Fanning <fanningpj@apache.org>2024-09-25 14:23:05 +0000
commit0f5585d8e1cd57b2131c53a1f7a0b9afd9893744 (patch)
tree6befbcbfedd85a0f2d81d029bb1c107aa697ae6e
parenta139a17909c894baedaf0a37dcb8df59b4dffe42 (diff)
downloadpoi-0f5585d8e1cd57b2131c53a1f7a0b9afd9893744.tar.gz
poi-0f5585d8e1cd57b2131c53a1f7a0b9afd9893744.zip
upgrade spotbugs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920911 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5e1d0b7f2e..d891b4191a 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.22'
+ id "com.github.spotbugs" version '6.0.23'
id 'de.thetaphi.forbiddenapis' version '3.7'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '1.10.0'