diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-10-03 12:36:21 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-10-03 12:36:21 +0000 |
commit | 2d44ca7fab37e446833d28f8ef1119fd649b8c53 (patch) | |
tree | 7ec2a030f5add871a5993abfbe734ca6a0f3bc9e | |
parent | 5ce0137045a1662efe46f93912bec6d56e5ff759 (diff) | |
download | poi-2d44ca7fab37e446833d28f8ef1119fd649b8c53.tar.gz poi-2d44ca7fab37e446833d28f8ef1119fd649b8c53.zip |
forbiddenapis 3.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904373 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | build.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 852d71d6f9..82d7f7df00 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ plugins { id 'org.nosphere.apache.rat' version '0.8.0' id 'distribution' id "com.github.spotbugs" version '5.0.12' - id 'de.thetaphi.forbiddenapis' version '3.3' + id 'de.thetaphi.forbiddenapis' version '3.4' id 'com.github.jk1.dependency-license-report' version '2.0' id 'org.cyclonedx.bom' version '1.7.1' } @@ -892,4 +892,4 @@ cyclonedxBom { outputFormat = "xml" // Exclude BOM Serial Number includeBomSerialNumber = true -}
\ No newline at end of file +} @@ -349,7 +349,7 @@ under the License. <!-- license and api checks --> <dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.15" usage="util"/> - <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.3" usage="util"/> + <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.4" usage="util"/> <!-- See https://www.ecma-international.org/publications/standards/Ecma-376.htm --> <!-- "Copy these file(s), free of charge" --> |