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/07/21 16:11:40 UTC

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

Author: fanningpj
Date: Thu Jul 21 16:11:40 2022
New Revision: 1902915

URL: http://svn.apache.org/viewvc?rev=1902915&view=rev
Log:
upgrade gradle plugins

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1902915&r1=1902914&r2=1902915&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Jul 21 16:11:40 2022
@@ -34,10 +34,10 @@ plugins {
     id 'idea'
     id 'maven-publish'
     id 'distribution'
-    id('org.nosphere.apache.rat') version '0.7.0'
-    id('de.thetaphi.forbiddenapis') version '3.2'
+    id('org.nosphere.apache.rat') version '0.7.1'
+    id('de.thetaphi.forbiddenapis') version '3.3'
     id 'jacoco'
-    id 'com.github.spotbugs' version '4.8.0'
+    id "com.github.spotbugs" version '5.0.9'
     id 'org.cyclonedx.bom' version '1.7.0'
 }
 



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