File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11diff --git a/build.gradle b/build.gradle
2- index 32e6e8f..d496382 100644
2+ index 32e6e8f..33e12a8 100644
33--- a/build.gradle
44+++ b/build.gradle
55@@ -48,6 +48,45 @@ plugins {
66 // artifacts - see https://github.com/johnrengelman/shadow/issues/901
77 id 'com.github.johnrengelman.shadow' version '8.1.0' apply false
88 id 'com.diffplug.spotless' version '6.14.0' apply false // 6.14.1 and newer require Java 11 at compile time, so we can't upgrade until AK 4.0
9- + id 'org.cyclonedx.bom' version '1.9 .0'
9+ + id 'org.cyclonedx.bom' version '1.10 .0'
1010+ }
1111+
1212+ cyclonedxBom {
Original file line number Diff line number Diff line change 11diff --git a/build.gradle b/build.gradle
2- index 92082fe..033eb91 100644
2+ index 92082fe..bd7f6e2 100644
33--- a/build.gradle
44+++ b/build.gradle
55@@ -48,6 +48,46 @@ plugins {
66 // artifacts - see https://github.com/johnrengelman/shadow/issues/901
77 id 'com.github.johnrengelman.shadow' version '8.1.0' apply false
88 id 'com.diffplug.spotless' version '6.14.0' apply false // 6.14.1 and newer require Java 11 at compile time, so we can't upgrade until AK 4.0
9- + id 'org.cyclonedx.bom' version '1.9 .0'
9+ + id 'org.cyclonedx.bom' version '1.10 .0'
1010+ }
1111+
1212+ cyclonedxBom {
You can’t perform that action at this time.
0 commit comments