Author: fanningpj
Date: Tue Apr 4 19:08:13 2023
New Revision: 1908969
URL: http://svn.apache.org/viewvc?rev=1908969&view=rev
Log:
forbiddenapis 3.5.1
Modified:
poi/trunk/build.gradle
poi/trunk/build.xml
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1908969&r1=1908968&r2=1908969&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Tue Apr 4 19:08:13 2023
@@ -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'
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1908969&r1=1908968&r2=1908969&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Apr 4 19:08:13 2023
@@ -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.4"
usage="util"/>
+ <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.5.1"
usage="util"/>
<!-- See
https://www.ecma-international.org/publications/standards/Ecma-376.htm -->
<!-- "Copy these file(s), free of charge" -->
@@ -725,6 +725,7 @@ under the License.
<include name="org.jacoco.*-0.8.5.*.jar"/>
<include name="org.jacoco.*-0.8.6.*.jar"/>
<include name="forbiddenapis-3.1.jar"/>
+ <include name="forbiddenapis-3.4.jar"/>
</fileset>
<fileset dir="${basedir}/lib/util">
<include name="jacoco-0.8.5.zip"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]