Skip to content

Commit d023628

Browse files
committed
build: release 12.1.3
1 parent 75c37cc commit d023628

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.1.1.
39+
The latest version is 12.1.3.
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.1.1"
52+
id "org.owasp.dependencycheck" version "12.1.3"
5353
}
5454
```
5555

@@ -87,7 +87,7 @@ buildscript {
8787
}
8888
}
8989
dependencies {
90-
classpath "org.owasp:dependency-check-gradle:12.1.1"
90+
classpath "org.owasp:dependency-check-gradle:12.1.3"
9191
}
9292
}
9393
@@ -106,7 +106,7 @@ buildscript {
106106
}
107107
}
108108
dependencies {
109-
classpath "org.owasp:dependency-check-gradle:12.1.1"
109+
classpath "org.owasp:dependency-check-gradle:12.1.3"
110110
}
111111
}
112112
@@ -139,7 +139,7 @@ subprojects {
139139

140140
```kotlin
141141
plugins {
142-
id("org.owasp.dependencycheck") version "12.1.1" apply false
142+
id("org.owasp.dependencycheck") version "12.1.3" apply false
143143
}
144144

145145
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.1.1'
2+
odc = '12.1.3'
33
spock = '2.3-groovy-3.0'
44
junit = '5.10.3'
55

0 commit comments

Comments
 (0)