File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ To generate BOM for a single project add the plugin to the `build.gradle`.
3030
3131``` groovy
3232plugins {
33- id 'org.cyclonedx.bom' version '1.9 .0'
33+ id 'org.cyclonedx.bom' version '1.10 .0'
3434}
3535```
3636
@@ -113,7 +113,7 @@ initscript {
113113 }
114114 }
115115 dependencies {
116- classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.9 .0"
116+ classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.10 .0"
117117 }
118118}
119119
@@ -280,6 +280,7 @@ the CycloneDX version supported by the target system.
280280
281281| Version | Schema Version | Format(s) |
282282| ---------| ----------------| --------- |
283+ | 1.10.x | CycloneDX v1.6 | XML/JSON |
283284| 1.9.x | CycloneDX v1.6 | XML/JSON |
284285| 1.8.x | CycloneDX v1.5 | XML/JSON |
285286| 1.7.x | CycloneDX v1.4 | XML/JSON |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010val organization = " CycloneDX"
1111group = " org.cyclonedx"
12- version = " 1.9 .0"
12+ version = " 1.10 .0"
1313
1414java.sourceCompatibility = JavaVersion .VERSION_1_8
1515java.targetCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments