Skip to content

Commit

Permalink
build: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jan 30, 2025
1 parent ece68f3 commit ad06ae3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

## Current Release

The latest version is 12.0.1.
The latest version is 12.0.2.

## Usage

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

```groovy
plugins {
id "org.owasp.dependencycheck" version "12.0.1"
id "org.owasp.dependencycheck" version "12.0.2"
}
```

Expand Down Expand Up @@ -85,7 +85,7 @@ buildscript {
}
}
dependencies {
classpath "org.owasp:dependency-check-gradle:12.0.1"
classpath "org.owasp:dependency-check-gradle:12.0.2"
}
}
Expand All @@ -104,7 +104,7 @@ buildscript {
}
}
dependencies {
classpath "org.owasp:dependency-check-gradle:12.0.1"
classpath "org.owasp:dependency-check-gradle:12.0.2"
}
}
Expand Down Expand Up @@ -133,7 +133,7 @@ subprojects {

```kotlin
plugins {
id("org.owasp.dependencycheck") version "12.0.1" apply false
id("org.owasp.dependencycheck") version "12.0.2" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
odc = '12.0.1'
odc = '12.0.2'
spock = '2.3-groovy-3.0'
junit = '5.10.3'

Expand Down

0 comments on commit ad06ae3

Please sign in to comment.