Skip to content

Commit

Permalink
build: release 9.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 18, 2023
1 parent 12cdcb0 commit 6395454
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 @@ -30,7 +30,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.5'
classpath 'org.owasp:dependency-check-gradle:9.0.7'
}
}
Expand Down Expand Up @@ -67,7 +67,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.5'
classpath 'org.owasp:dependency-check-gradle:9.0.7'
}
}
Expand All @@ -84,7 +84,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.5'
classpath 'org.owasp:dependency-check-gradle:9.0.7'
}
}
Expand Down Expand Up @@ -113,7 +113,7 @@ subprojects {

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

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

ext {
odcVersion = '9.0.6'
odcVersion = '9.0.7'
openVulnClientVersion = '5.1.1'
slackWebhookVersion = '1.4.0'
spockCoreVersion = '2.3-groovy-3.0'
Expand Down

0 comments on commit 6395454

Please sign in to comment.