From 76d51b991eddd642d1331fb41715bef23472d1fb Mon Sep 17 00:00:00 2001 From: Matteo Mara Date: Wed, 1 Feb 2023 17:54:59 +0100 Subject: [PATCH] [NO JIRA] Update org.cyclonedx.bom from 1.6.1 to 1.7.3 --- build.gradle | 2 +- sonar-application/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.39.5