Skip to content

Update org.cyclonedx.bom version in docs to 2.2.0 #44753

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Gradle users can achieve the same result by using the {url-cyclonedx-docs-gradle
[source,gradle]
----
plugins {
id 'org.cyclonedx.bom' version '1.10.0'
id 'org.cyclonedx.bom' version '2.2.0'
}
----

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bom {
]
}
}
library("CycloneDX Gradle Plugin", "1.10.0") {
library("CycloneDX Gradle Plugin", "2.2.0") {
group("org.cyclonedx") {
modules = [
"cyclonedx-gradle-plugin"
Expand Down
Loading