Upgrade to cyclonedx-gradle-plugin 1.10.0

Closes gh-41956
This commit is contained in:
Moritz Halbritter
2024-08-20 09:00:51 +02:00
parent 06aae9bb11
commit 14f6de0e54
2 changed files with 2 additions and 2 deletions

View File

@@ -1296,7 +1296,7 @@ For Gradle, you'll need to apply the CycloneDX Gradle plugin:
[source,groovy]
----
plugins {
id 'org.cyclonedx.bom' version '1.8.2'
id 'org.cyclonedx.bom' version '1.10.0'
}
----