File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ To generate a 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 '2.1 .0'
33
+ id 'org.cyclonedx.bom' version '2.2 .0'
34
34
}
35
35
```
36
36
@@ -117,7 +117,7 @@ initscript {
117
117
}
118
118
}
119
119
dependencies {
120
- classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.1 .0"
120
+ classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.2 .0"
121
121
}
122
122
}
123
123
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
11
11
val organization = " CycloneDX"
12
12
group = " org.cyclonedx"
13
- version = " 2.1 .0"
13
+ version = " 2.2 .0"
14
14
15
15
java.sourceCompatibility = JavaVersion .VERSION_1_8
16
16
java.targetCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments