]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Update org.cyclonedx.bom from 1.6.1 to 1.7.3
authorMatteo Mara <matteo.mara@sonarsource.com>
Wed, 1 Feb 2023 16:54:59 +0000 (17:54 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 2 Feb 2023 20:03:40 +0000 (20:03 +0000)
build.gradle
sonar-application/build.gradle

index d6ef1850527efa509670adb412b1e04eff97c7bd..c08ad9fc4df406004015271c2e97e932cf6c27f9 100644 (file)
@@ -11,7 +11,7 @@ plugins {
   id 'com.jfrog.artifactory' version '4.31.0'
   id "de.undercouch.download" version "5.3.0" apply false
   id 'io.spring.dependency-management' version '1.1.0'
-  id "org.cyclonedx.bom" version "1.6.1" apply false
+  id "org.cyclonedx.bom" version "1.7.3" apply false
   id 'org.sonarqube' version '3.5.0.2730'
 }
 
index 34aceda221c2321f2971f4009eb0b81d573b914d..3a4782028efa47ecf20cba53ba246b28bdae665d 100644 (file)
@@ -342,8 +342,8 @@ artifactoryPublish.skip = false
 
 def bomFile = layout.buildDirectory.file('reports/bom.json')
 cyclonedxBom {
-  includeConfigs += ["runtimeClasspath", "web", "shutdowner", "jdbc_mssql", "jdbc_postgresql", "jdbc_h2", "bundledPlugin_deps",
-                     "cyclonedx"]
+  includeConfigs = ["runtimeClasspath", "web", "shutdowner", "jdbc_mssql", "jdbc_postgresql", "jdbc_h2", "bundledPlugin_deps",
+                    "cyclonedx"]
   outputs.file bomFile
 }
 tasks.cyclonedxBom {