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.1.1 .
39
+ The latest version is 12.1.3 .
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.1.1 "
52
+ id "org.owasp.dependencycheck" version "12.1.3 "
53
53
}
54
54
```
55
55
@@ -87,7 +87,7 @@ buildscript {
87
87
}
88
88
}
89
89
dependencies {
90
- classpath "org.owasp:dependency-check-gradle:12.1.1 "
90
+ classpath "org.owasp:dependency-check-gradle:12.1.3 "
91
91
}
92
92
}
93
93
@@ -106,7 +106,7 @@ buildscript {
106
106
}
107
107
}
108
108
dependencies {
109
- classpath "org.owasp:dependency-check-gradle:12.1.1 "
109
+ classpath "org.owasp:dependency-check-gradle:12.1.3 "
110
110
}
111
111
}
112
112
@@ -139,7 +139,7 @@ subprojects {
139
139
140
140
``` kotlin
141
141
plugins {
142
- id(" org.owasp.dependencycheck" ) version " 12.1.1 " apply false
142
+ id(" org.owasp.dependencycheck" ) version " 12.1.3 " apply false
143
143
}
144
144
145
145
allprojects {
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- odc = ' 12.1.1 '
2
+ odc = ' 12.1.3 '
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