You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/10/03 12:36:21 UTC

svn commit: r1904373 - in /poi/trunk: build.gradle build.xml

Author: fanningpj
Date: Mon Oct  3 12:36:21 2022
New Revision: 1904373

URL: http://svn.apache.org/viewvc?rev=1904373&view=rev
Log:
forbiddenapis 3.4

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=1904373&r1=1904372&r2=1904373&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon Oct  3 12:36:21 2022
@@ -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
+}

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1904373&r1=1904372&r2=1904373&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Oct  3 12:36:21 2022
@@ -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" -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org