Skip to content

Commit

Permalink
build: release 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Oct 30, 2024
1 parent e7c5a69 commit aaab86c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:11.0.0'
classpath 'org.owasp:dependency-check-gradle:11.1.0'
}
}
Expand Down Expand Up @@ -91,7 +91,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:11.0.0'
classpath 'org.owasp:dependency-check-gradle:11.1.0'
}
}
Expand All @@ -108,7 +108,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:11.0.0'
classpath 'org.owasp:dependency-check-gradle:11.1.0'
}
}
Expand Down Expand Up @@ -137,7 +137,7 @@ subprojects {

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

Expand Down

0 comments on commit aaab86c

Please sign in to comment.