Skip to content

Commit ad06ae3

Browse files
committed
build: prepare release
1 parent ece68f3 commit ad06ae3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

3737
## Current Release
3838

39-
The latest version is 12.0.1.
39+
The latest version is 12.0.2.
4040

4141
## Usage
4242

@@ -49,7 +49,7 @@ Add the plugin to your build.gradle file:
4949

5050
```groovy
5151
plugins {
52-
id "org.owasp.dependencycheck" version "12.0.1"
52+
id "org.owasp.dependencycheck" version "12.0.2"
5353
}
5454
```
5555

@@ -85,7 +85,7 @@ buildscript {
8585
}
8686
}
8787
dependencies {
88-
classpath "org.owasp:dependency-check-gradle:12.0.1"
88+
classpath "org.owasp:dependency-check-gradle:12.0.2"
8989
}
9090
}
9191
@@ -104,7 +104,7 @@ buildscript {
104104
}
105105
}
106106
dependencies {
107-
classpath "org.owasp:dependency-check-gradle:12.0.1"
107+
classpath "org.owasp:dependency-check-gradle:12.0.2"
108108
}
109109
}
110110
@@ -133,7 +133,7 @@ subprojects {
133133

134134
```kotlin
135135
plugins {
136-
id("org.owasp.dependencycheck") version "12.0.1" apply false
136+
id("org.owasp.dependencycheck") version "12.0.2" apply false
137137
}
138138

139139
allprojects {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
odc = '12.0.1'
2+
odc = '12.0.2'
33
spock = '2.3-groovy-3.0'
44
junit = '5.10.3'
55

0 commit comments

Comments
 (0)