diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-09-06 12:53:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-09-06 12:53:00 +0000 |
commit | b52143528ac2f7eab4bd63bc64f4f957d7bb2f31 (patch) | |
tree | 8f90688a80ba043e781817facc48ddcdc1fd0c10 | |
parent | b606b4119242f7126b045bfeb56ae96b80745199 (diff) | |
download | poi-b52143528ac2f7eab4bd63bc64f4f957d7bb2f31.tar.gz poi-b52143528ac2f7eab4bd63bc64f4f957d7bb2f31.zip |
upgrade spotbugs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903897 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 0cdb672311..e5925e845c 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.11' + id "com.github.spotbugs" version '5.0.12' id 'de.thetaphi.forbiddenapis' version '3.3' id 'com.github.jk1.dependency-license-report' version '2.0' id 'org.cyclonedx.bom' version '1.7.1' |