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: [email protected]
For additional commands, e-mail: [email protected]