Skip to content

Commit

Permalink
build: prepare release 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Nov 15, 2023
1 parent ed40129 commit f0e9fbc
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.4.1'
classpath 'org.owasp:dependency-check-gradle:8.4.2'
}
}
Expand Down Expand Up @@ -62,7 +62,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:8.4.1'
classpath 'org.owasp:dependency-check-gradle:8.4.2'
}
}
Expand All @@ -79,7 +79,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:8.4.1'
classpath 'org.owasp:dependency-check-gradle:8.4.2'
}
}
Expand Down Expand Up @@ -108,7 +108,7 @@ subprojects {

```kotlin
plugins {
id("org.owasp.dependencycheck") version "8.4.1" apply false
id("org.owasp.dependencycheck") version "8.4.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.4.1'
odcVersion = '8.4.2'
slackWebhookVersion = '1.4.0'
spockCoreVersion = '2.3-groovy-3.0'
}
Expand Down

0 comments on commit f0e9fbc

Please sign in to comment.