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/09/02 10:41:56 UTC

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

Author: fanningpj
Date: Fri Sep  2 10:41:55 2022
New Revision: 1903827

URL: http://svn.apache.org/viewvc?rev=1903827&view=rev
Log:
upgrade cyclonedx-gradle-plugin

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1903827&r1=1903826&r2=1903827&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Fri Sep  2 10:41:55 2022
@@ -37,8 +37,8 @@ plugins {
     id('org.nosphere.apache.rat') version '0.7.1'
     id('de.thetaphi.forbiddenapis') version '3.3'
     id 'jacoco'
-    id "com.github.spotbugs" version '5.0.9'
-    id 'org.cyclonedx.bom' version '1.7.0'
+    id "com.github.spotbugs" version '5.0.10'
+    id 'org.cyclonedx.bom' version '1.7.1'
 }
 
 // Only add the plugin for Sonar if enabled
@@ -749,6 +749,7 @@ if (project.hasProperty('enableSonar'))
 }
 
 cyclonedxBom {
+    componentVersion = XMLBeansVersion
     // includeConfigs is the list of configuration names to include when generating the BOM (leave empty to include every configuration)
     includeConfigs = ["runtimeClasspath"]
     // skipConfigs is a list of configuration names to exclude when generating the BOM



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