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.1.0 .
39+ The latest version is 12.1.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.1.0 "
52+ id "org.owasp.dependencycheck" version "12.1.1 "
5353}
5454```
5555
@@ -87,7 +87,7 @@ buildscript {
8787 }
8888 }
8989 dependencies {
90- classpath "org.owasp:dependency-check-gradle:12.1.0 "
90+ classpath "org.owasp:dependency-check-gradle:12.1.1 "
9191 }
9292}
9393
@@ -106,7 +106,7 @@ buildscript {
106106 }
107107 }
108108 dependencies {
109- classpath "org.owasp:dependency-check-gradle:12.1.0 "
109+ classpath "org.owasp:dependency-check-gradle:12.1.1 "
110110 }
111111}
112112
@@ -139,7 +139,7 @@ subprojects {
139139
140140``` kotlin
141141plugins {
142- id(" org.owasp.dependencycheck" ) version " 12.1.0 " apply false
142+ id(" org.owasp.dependencycheck" ) version " 12.1.1 " apply false
143143}
144144
145145allprojects {
Original file line number Diff line number Diff line change 11[versions ]
2- odc = ' 12.1.0 '
2+ odc = ' 12.1.1 '
33spock = ' 2.3-groovy-3.0'
44junit = ' 5.10.3'
55
You can’t perform that action at this time.
0 commit comments