File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
37
37
## Current Release
38
38
39
- The latest version is 12.0.1 .
39
+ The latest version is 12.0.2 .
40
40
41
41
## Usage
42
42
@@ -49,7 +49,7 @@ Add the plugin to your build.gradle file:
49
49
50
50
``` groovy
51
51
plugins {
52
- id "org.owasp.dependencycheck" version "12.0.1 "
52
+ id "org.owasp.dependencycheck" version "12.0.2 "
53
53
}
54
54
```
55
55
@@ -85,7 +85,7 @@ buildscript {
85
85
}
86
86
}
87
87
dependencies {
88
- classpath "org.owasp:dependency-check-gradle:12.0.1 "
88
+ classpath "org.owasp:dependency-check-gradle:12.0.2 "
89
89
}
90
90
}
91
91
@@ -104,7 +104,7 @@ buildscript {
104
104
}
105
105
}
106
106
dependencies {
107
- classpath "org.owasp:dependency-check-gradle:12.0.1 "
107
+ classpath "org.owasp:dependency-check-gradle:12.0.2 "
108
108
}
109
109
}
110
110
@@ -133,7 +133,7 @@ subprojects {
133
133
134
134
``` kotlin
135
135
plugins {
136
- id(" org.owasp.dependencycheck" ) version " 12.0.1 " apply false
136
+ id(" org.owasp.dependencycheck" ) version " 12.0.2 " apply false
137
137
}
138
138
139
139
allprojects {
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- odc = ' 12.0.1 '
2
+ odc = ' 12.0.2 '
3
3
spock = ' 2.3-groovy-3.0'
4
4
junit = ' 5.10.3'
5
5
You can’t perform that action at this time.
0 commit comments