Skip to content

Commit

Permalink
release: v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 9, 2022
1 parent a8affdb commit bfc6eda
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 @@ -24,7 +24,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:7.3.2'
classpath 'org.owasp:dependency-check-gradle:7.4.1'
}
}
Expand Down Expand Up @@ -61,7 +61,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:7.3.2'
classpath 'org.owasp:dependency-check-gradle:7.4.1'
}
}
Expand All @@ -78,7 +78,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:7.3.2'
classpath 'org.owasp:dependency-check-gradle:7.4.1'
}
}
Expand Down Expand Up @@ -107,7 +107,7 @@ subprojects {

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

0 comments on commit bfc6eda

Please sign in to comment.