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:38:29 UTC

svn commit: r1904374 - in /xmlbeans/trunk: build.gradle build.xml

Author: fanningpj
Date: Mon Oct  3 12:38:29 2022
New Revision: 1904374

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

Modified:
    xmlbeans/trunk/build.gradle
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1904374&r1=1904373&r2=1904374&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Mon Oct  3 12:38:29 2022
@@ -23,7 +23,7 @@ buildscript {
 
     dependencies {
         classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3'
-        classpath 'de.thetaphi:forbiddenapis:3.3'
+        classpath 'de.thetaphi:forbiddenapis:3.4'
     }
 }
 
@@ -34,8 +34,8 @@ plugins {
     id 'idea'
     id 'maven-publish'
     id 'distribution'
-    id('org.nosphere.apache.rat') version '0.7.1'
-    id('de.thetaphi.forbiddenapis') version '3.3'
+    id('org.nosphere.apache.rat') version '0.8.0'
+    id('de.thetaphi.forbiddenapis') version '3.4'
     id 'jacoco'
     id "com.github.spotbugs" version '5.0.12'
     id 'org.cyclonedx.bom' version '1.7.1'

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1904374&r1=1904373&r2=1904374&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Mon Oct  3 12:38:29 2022
@@ -132,10 +132,10 @@
     <property name="rat.reportdir" value="build/rat"/>
     <property name="rat.report" value="${rat.reportdir}/report.txt"/>
 
-    <dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.13" usage="util"/>
+    <dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.15" usage="util"/>
 
     <!-- api checks -->
-    <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.0.1" usage="util"/>
+    <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.4" usage="util"/>
 
     <!-- test dependencies -->
     <dependency prefix="junit" artifact="junit:junit:4.13.2" usage="tests"/>



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