Skip to content

Commit

Permalink
docs: update for release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Oct 23, 2024
1 parent c7f97e5 commit 3fc3a38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:10.0.4'
classpath 'org.owasp:dependency-check-gradle:11.0.0'
}
}
Expand Down Expand Up @@ -91,7 +91,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:10.0.4'
classpath 'org.owasp:dependency-check-gradle:11.0.0'
}
}
Expand All @@ -108,7 +108,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:10.0.4'
classpath 'org.owasp:dependency-check-gradle:11.0.0'
}
}
Expand Down Expand Up @@ -137,7 +137,7 @@ subprojects {

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

allprojects {
Expand Down

0 comments on commit 3fc3a38

Please sign in to comment.