From: Matteo Mara Date: Wed, 1 Feb 2023 16:54:59 +0000 (+0100) Subject: [NO JIRA] Update org.cyclonedx.bom from 1.6.1 to 1.7.3 X-Git-Tag: 10.0.0.68432~284 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=76d51b991eddd642d1331fb41715bef23472d1fb;p=sonarqube.git [NO JIRA] Update org.cyclonedx.bom from 1.6.1 to 1.7.3 --- diff --git a/build.gradle b/build.gradle index d6ef1850527..c08ad9fc4df 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 34aceda221c..3a4782028ef 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -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 {