Skip to content

Commit

Permalink
build: release 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 4, 2024
1 parent bdc23d1 commit 711aca3
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 11.1.0.
The latest version is 11.1.1.

## Usage

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

```groovy
plugins {
id "org.owasp.dependencycheck" version "11.1.0"
id "org.owasp.dependencycheck" version "11.1.1"
}
```

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

```kotlin
plugins {
id("org.owasp.dependencycheck") version "11.1.0" apply false
id("org.owasp.dependencycheck") version "11.1.1" 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 = '11.1.0'
odc = '11.1.1'
spock = '2.3-groovy-3.0'
junit = '5.10.3'

Expand Down

0 comments on commit 711aca3

Please sign in to comment.