aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-10-19 14:58:47 +0000
committerPJ Fanning <fanningpj@apache.org>2023-10-19 14:58:47 +0000
commitcf440d3c77c014981d100178ac5088c470c4a4e8 (patch)
tree62fd86e3c8469582e99dfc087e3a4690c3e35182 /build.gradle
parent9a8ea4a165bce960bedc499d73e6eba5457031c7 (diff)
downloadpoi-cf440d3c77c014981d100178ac5088c470c4a4e8.tar.gz
poi-cf440d3c77c014981d100178ac5088c470c4a4e8.zip
spotbugs gradle plugin to 5.2.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d21802d8d3..31e5050190 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.0'
id 'distribution'
- id "com.github.spotbugs" version '5.1.5'
+ id "com.github.spotbugs" version '5.2.1'
id 'de.thetaphi.forbiddenapis' version '3.6'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '1.7.4'