diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-10-15 17:21:27 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-10-15 17:21:27 +0000 |
commit | 468b423168caffd91ea6f301c0d78e79dc336ae5 (patch) | |
tree | fa1e8a7cbb6970c95bb23c5c8c3679e5f506b9c8 | |
parent | 24452a2ecb1a58d01885f574ea6f26e0514ac635 (diff) | |
download | poi-468b423168caffd91ea6f301c0d78e79dc336ae5.tar.gz poi-468b423168caffd91ea6f301c0d78e79dc336ae5.zip |
upgrade gradle plugins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921343 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index db8d5631c1..978b8d280e 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.1' id 'distribution' - id "com.github.spotbugs" version '6.0.23' - id 'de.thetaphi.forbiddenapis' version '3.7' + id "com.github.spotbugs" version '6.0.25' + id 'de.thetaphi.forbiddenapis' version '3.8' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.10.0' id 'com.adarshr.test-logger' version '3.2.0' |