Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Apply and configure the plugin
plugins {
`java`
...
id("org.spdx.sbom") version "0.9.0"
id("org.spdx.sbom") version "0.10.0"
}
...
// there is no default build, you *must* specify a target
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.gradle.plugin-publish") version "1.3.1"
id("com.diffplug.spotless") version "8.1.0"
signing
id("org.spdx.sbom") version "0.9.0"
id("org.spdx.sbom") version "0.10.0"
}

group = "org.spdx"
Expand Down
Loading
Loading