aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-08-22 15:09:16 +0000
committerPJ Fanning <fanningpj@apache.org>2022-08-22 15:09:16 +0000
commitc13c147446fd0c74707e64acf17b92f2edb75c29 (patch)
treea3682ef0353d90bce2010d5f895ab2616fb77b6b /build.gradle
parent2a661a53212bd2f21606958941dff38cdef27455 (diff)
downloadpoi-c13c147446fd0c74707e64acf17b92f2edb75c29.tar.gz
poi-c13c147446fd0c74707e64acf17b92f2edb75c29.zip
spotbugs 5.0.10
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903630 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 970b1eaf9d..a052f4276b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,7 +38,7 @@ plugins {
id 'com.dorongold.task-tree' version '2.1.0'
id 'org.nosphere.apache.rat' version '0.7.1'
id 'distribution'
- id "com.github.spotbugs" version '5.0.9'
+ id "com.github.spotbugs" version '5.0.10'
id 'de.thetaphi.forbiddenapis' version '3.3'
id 'com.github.jk1.dependency-license-report' version '2.0'
}