Skip to content

Commit

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

```kotlin
plugins {
id("org.owasp.dependencycheck") version "9.0.1" apply false
id("org.owasp.dependencycheck") version "9.0.2" 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.1'
odcVersion = '9.0.2'
openVulnClientVersion = '5.0.2'
slackWebhookVersion = '1.4.0'
spockCoreVersion = '2.3-groovy-3.0'
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/aggregateParent.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencyCheck {
failOnError=true
format="ALL"
format="HTML"
nvd {
datafeedUrl = 'https://jeremylong.github.io/DependencyCheck/hb_nvd/'
}
Expand Down

0 comments on commit b5bbd13

Please sign in to comment.