Skip to content

Commit

Permalink
upgrade gradle plugins
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921343 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Oct 15, 2024
1 parent 24452a2 commit 468b423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 468b423

Please sign in to comment.