Skip to content

Commit

Permalink
version 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 2, 2023
1 parent 4a991f3 commit 9093293
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 @@ -25,7 +25,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:8.1.0'
classpath 'org.owasp:dependency-check-gradle:8.1.2'
}
}
Expand Down Expand Up @@ -62,7 +62,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:8.1.0'
classpath 'org.owasp:dependency-check-gradle:8.1.2'
}
}
Expand All @@ -79,7 +79,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:8.1.0'
classpath 'org.owasp:dependency-check-gradle:8.1.2'
}
}
Expand Down Expand Up @@ -108,7 +108,7 @@ subprojects {

```kotlin
plugins {
id("org.owasp.dependencycheck") version "8.1.0" apply false
id("org.owasp.dependencycheck") version "8.1.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 = '8.1.1'
odcVersion = '8.1.2'
slackWebhookVersion = '1.4.0'
spockCoreVersion = '1.1-groovy-2.4'
}
Expand Down

0 comments on commit 9093293

Please sign in to comment.