Author: fanningpj Date: Mon Jul 15 18:35:15 2024 New Revision: 1919261 URL: http://svn.apache.org/viewvc?rev=1919261&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=1919261&r1=1919260&r2=1919261&view=diff ============================================================================== --- xmlbeans/trunk/build.gradle (original) +++ xmlbeans/trunk/build.gradle Mon Jul 15 18:35:15 2024 @@ -33,11 +33,11 @@ plugins { id 'idea' id 'maven-publish' id 'distribution' - id('org.nosphere.apache.rat') version '0.8.0' - id('de.thetaphi.forbiddenapis') version '3.4' + id('org.nosphere.apache.rat') version '0.8.1' + id('de.thetaphi.forbiddenapis') version '3.7' id 'jacoco' - id "com.github.spotbugs" version '5.0.12' - id 'org.cyclonedx.bom' version '1.8.1' + id "com.github.spotbugs" version '6.0.19' + id 'org.cyclonedx.bom' version '1.8.2' id 'ru.vyarus.animalsniffer' version '1.6.0' } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org