Browse Source

[NO JIRA] Update org.cyclonedx.bom from 1.6.1 to 1.7.3

tags/10.0.0.68432
Matteo Mara 1 year ago
parent
commit
76d51b991e
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      build.gradle
  2. 2
    2
      sonar-application/build.gradle

+ 1
- 1
build.gradle View 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'
}


+ 2
- 2
sonar-application/build.gradle View 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 {

Loading…
Cancel
Save