aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2022-04-01 21:17:07 +0000
committerDominik Stadler <centic@apache.org>2022-04-01 21:17:07 +0000
commit0c77cd4d5540713b68d528ed31a09167489c8e86 (patch)
treeaab4af3eb3fd90e271b93878b3fa7965297df994
parent728c2d36cf16730f69796989dd53e0ca3202ab59 (diff)
downloadpoi-0c77cd4d5540713b68d528ed31a09167489c8e86.tar.gz
poi-0c77cd4d5540713b68d528ed31a09167489c8e86.zip
Update forbiddenapis to 3.3
This also improves support for building with JDK 18 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899496 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 691ef64b79..51e2bbe848 100644
--- a/build.xml
+++ b/build.xml
@@ -348,7 +348,7 @@ under the License.
<!-- license and api checks -->
<dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.13" usage="util"/>
- <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.1" usage="util"/>
+ <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.3" usage="util"/>
<!-- See https://www.ecma-international.org/publications/standards/Ecma-376.htm -->
<!-- "Copy these file(s), free of charge" -->
@@ -712,6 +712,7 @@ under the License.
<fileset dir="${basedir}/lib/util">
<include name="asm*7.2.jar"/>
<include name="org.jacoco.*-0.8.5.*.jar"/>
+ <include name="forbiddenapis-3.1.jar"/>
</fileset>
<fileset dir="${basedir}/lib/util">
<include name="jacoco-0.8.5.zip"/>