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 {
3636
3737## Current Release
3838
39- The latest version is 12.0.0 .
39+ The latest version is 12.0.1 .
4040
4141## Usage
4242
@@ -49,7 +49,7 @@ Add the plugin to your build.gradle file:
4949
5050``` groovy
5151plugins {
52- id "org.owasp.dependencycheck" version "12.0.0 "
52+ id "org.owasp.dependencycheck" version "12.0.1 "
5353}
5454```
5555
@@ -85,7 +85,7 @@ buildscript {
8585 }
8686 }
8787 dependencies {
88- classpath "org.owasp:dependency-check-gradle:12.0.0 "
88+ classpath "org.owasp:dependency-check-gradle:12.0.1 "
8989 }
9090}
9191
@@ -104,7 +104,7 @@ buildscript {
104104 }
105105 }
106106 dependencies {
107- classpath "org.owasp:dependency-check-gradle:12.0.0 "
107+ classpath "org.owasp:dependency-check-gradle:12.0.1 "
108108 }
109109}
110110
@@ -133,7 +133,7 @@ subprojects {
133133
134134``` kotlin
135135plugins {
136- id(" org.owasp.dependencycheck" ) version " 12.0.0 " apply false
136+ id(" org.owasp.dependencycheck" ) version " 12.0.1 " apply false
137137}
138138
139139allprojects {
Original file line number Diff line number Diff line change 11[versions ]
2- odc = ' 12.0.0 '
2+ odc = ' 12.0.1 '
33spock = ' 2.3-groovy-3.0'
44junit = ' 5.10.3'
55
You can’t perform that action at this time.
0 commit comments