Skip to content

Commit 5d62571

Browse files
committed
updated cyclonedx plugin to 2.2.0 (generates SBOM according to CycloneDX 1.6 spec)
1 parent 89cac5f commit 5d62571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
id 'de.itemis.mps.gradle.common' version '1.29.+'
2222
id 'de.itemis.mps.gradle.launcher' version '2.5.2.+'
2323
id "com.github.breadmoirai.github-release" version "2.4.1"
24-
id "org.cyclonedx.bom" version "1.8.2"
24+
id "org.cyclonedx.bom" version "2.2.0"
2525
}
2626

2727
ext.dependencyRepositories = [

0 commit comments

Comments
 (0)