Skip to content

Commit

Permalink
build: release 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jun 12, 2023
1 parent e3be223 commit a14478f
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.2.1'
classpath 'org.owasp:dependency-check-gradle:8.3.0'
}
}
Expand Down Expand Up @@ -62,7 +62,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:8.2.1'
classpath 'org.owasp:dependency-check-gradle:8.3.0'
}
}
Expand All @@ -79,7 +79,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:8.2.1'
classpath 'org.owasp:dependency-check-gradle:8.3.0'
}
}
Expand Down Expand Up @@ -108,7 +108,7 @@ subprojects {

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

0 comments on commit a14478f

Please sign in to comment.