diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-22 20:16:56 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-22 20:16:56 +0000 |
commit | 632ec9dbf7e7d4e1963019252c62523542fddaa3 (patch) | |
tree | 81b89c55cafad4b69e98aba93934cfbcac761d0b /build.gradle | |
parent | c0484ce62d9af3e11d2658ad018320b217252c7b (diff) | |
download | poi-632ec9dbf7e7d4e1963019252c62523542fddaa3.tar.gz poi-632ec9dbf7e7d4e1963019252c62523542fddaa3.zip |
update spotbugs plugin
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a84b93d3d5..811753326c 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { id 'com.dorongold.task-tree' version '2.1.0' id 'org.nosphere.apache.rat' version '0.8.0' id 'distribution' - id "com.github.spotbugs" version '5.0.13' + id "com.github.spotbugs" version '5.0.14' id 'de.thetaphi.forbiddenapis' version '3.4' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.7.4' |