diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-10-14 14:51:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-10-14 14:51:30 +0000 |
commit | b48de0fe423ce0697299a725d3ab9882a9e67650 (patch) | |
tree | 32cab424225551b4be53a0d34429587c7ed448e1 /build.gradle | |
parent | fccf4a97fb4b17aed831b75d30c2202c59d91f01 (diff) | |
download | poi-b48de0fe423ce0697299a725d3ab9882a9e67650.tar.gz poi-b48de0fe423ce0697299a725d3ab9882a9e67650.zip |
update gradle plugins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index abcc6b9b45..d2c95b0104 100644 --- a/build.gradle +++ b/build.gradle @@ -34,8 +34,8 @@ 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.0.14' - id 'de.thetaphi.forbiddenapis' version '3.5.1' + id "com.github.spotbugs" version '5.1.5' + id 'de.thetaphi.forbiddenapis' version '3.6' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.7.4' id 'com.adarshr.test-logger' version '3.2.0' |