diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-04-04 19:08:13 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-04-04 19:08:13 +0000 |
commit | 155b4ea094e1531675e267398cc59e88d4324fd6 (patch) | |
tree | 6a4ba36edc578029e14e0e91286be47f2eaa37ee /build.gradle | |
parent | d356ddd05899c7c2ae92cf799b1f53cca4fd2a51 (diff) | |
download | poi-155b4ea094e1531675e267398cc59e88d4324fd6.tar.gz poi-155b4ea094e1531675e267398cc59e88d4324fd6.zip |
forbiddenapis 3.5.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908969 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 cfc6af1313..456dc5ab53 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ plugins { 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.4' + id 'de.thetaphi.forbiddenapis' version '3.5.1' 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' |