diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-06-28 10:42:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-06-28 10:42:32 +0000 |
commit | b913185366eb0be630d6b70471f00b38dc940996 (patch) | |
tree | 6f28027fc1af9a3ef1b35e6fd34b0e7f30b25dcc | |
parent | 8d204f12223cf5b6bc99a56429e3d67305b7234f (diff) | |
download | poi-b913185366eb0be630d6b70471f00b38dc940996.tar.gz poi-b913185366eb0be630d6b70471f00b38dc940996.zip |
spotbugs 5.0.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902310 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 534efe4575..71e57b25cb 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.8' + id "com.github.spotbugs" version '5.0.9' id 'de.thetaphi.forbiddenapis' version '3.3' id 'com.github.jk1.dependency-license-report' version '2.0' } |