You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2022/05/23 06:00:59 UTC

svn commit: r1901143 - /xmlbeans/trunk/build.gradle

Author: centic
Date: Mon May 23 06:00:59 2022
New Revision: 1901143

URL: http://svn.apache.org/viewvc?rev=1901143&view=rev
Log:
Update to forbidden-apis 3.3 and JaCoCo 0.8.8

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901143&r1=1901142&r2=1901143&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Mon May 23 06:00:59 2022
@@ -23,7 +23,7 @@ buildscript {
 
     dependencies {
         classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3'
-        classpath 'de.thetaphi:forbiddenapis:3.2'
+        classpath 'de.thetaphi:forbiddenapis:3.3'
     }
 }
 
@@ -614,7 +614,7 @@ if (project.hasProperty('enableSonar'))
 
 
 jacoco {
-    toolVersion = '0.8.7'
+    toolVersion = '0.8.8'
 }
 
 test {



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