File tree 2 files changed +4
-3
lines changed
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`.
30
30
31
31
``` groovy
32
32
plugins {
33
- id 'org.cyclonedx.bom' version '1.9 .0'
33
+ id 'org.cyclonedx.bom' version '1.10 .0'
34
34
}
35
35
```
36
36
@@ -113,7 +113,7 @@ initscript {
113
113
}
114
114
}
115
115
dependencies {
116
- classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.9 .0"
116
+ classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.10 .0"
117
117
}
118
118
}
119
119
@@ -280,6 +280,7 @@ the CycloneDX version supported by the target system.
280
280
281
281
| Version | Schema Version | Format(s) |
282
282
| ---------| ----------------| --------- |
283
+ | 1.10.x | CycloneDX v1.6 | XML/JSON |
283
284
| 1.9.x | CycloneDX v1.6 | XML/JSON |
284
285
| 1.8.x | CycloneDX v1.5 | XML/JSON |
285
286
| 1.7.x | CycloneDX v1.4 | XML/JSON |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
10
10
val organization = " CycloneDX"
11
11
group = " org.cyclonedx"
12
- version = " 1.9 .0"
12
+ version = " 1.10 .0"
13
13
14
14
java.sourceCompatibility = JavaVersion .VERSION_1_8
15
15
java.targetCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments