Skip to content

Commit

Permalink
build: release 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 6, 2023
1 parent b5bbd13 commit 3d0e585
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.2'
classpath 'org.owasp:dependency-check-gradle:9.0.3'
}
}
Expand Down Expand Up @@ -67,7 +67,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.2'
classpath 'org.owasp:dependency-check-gradle:9.0.3'
}
}
Expand All @@ -84,7 +84,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.2'
classpath 'org.owasp:dependency-check-gradle:9.0.3'
}
}
Expand Down Expand Up @@ -113,7 +113,7 @@ subprojects {

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

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*/

ext {
odcVersion = '9.0.2'
openVulnClientVersion = '5.0.2'
odcVersion = '9.0.3'
openVulnClientVersion = '5.1.0'
slackWebhookVersion = '1.4.0'
spockCoreVersion = '2.3-groovy-3.0'
}
Expand Down

0 comments on commit 3d0e585

Please sign in to comment.