Skip to content

Commit

Permalink
build(release): version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 31, 2024
1 parent 4cffcda commit d3d0b5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ the transitive dependencies of dependency-check to specific versions. For exampl
dependencies {
constraints {
// org.owasp.dependencycheck needs at least this version of jackson. Other plugins pull in older versions..
add("implementation", "com.fasterxml.jackson:jackson-bom:2.16.0")
add("implementation", "com.fasterxml.jackson:jackson-bom:2.16.1")
// org.owasp.dependencycheck needs these versions. Other plugins pull in older versions..
add("implementation", "org.apache.commons:commons-lang3:3.14.0")
add("implementation", "org.apache.commons:commons-text:1.11.0")
Expand Down Expand Up @@ -49,7 +49,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.9'
classpath 'org.owasp:dependency-check-gradle:9.1.0'
}
}
Expand Down Expand Up @@ -86,7 +86,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.9'
classpath 'org.owasp:dependency-check-gradle:9.1.0'
}
}
Expand All @@ -103,7 +103,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:9.0.9'
classpath 'org.owasp:dependency-check-gradle:9.1.0'
}
}
Expand Down Expand Up @@ -132,7 +132,7 @@ subprojects {

```kotlin
plugins {
id("org.owasp.dependencycheck") version "9.0.9" apply false
id("org.owasp.dependencycheck") version "9.1.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 = '9.0.9'
odcVersion = '9.1.0'
openVulnClientVersion = '5.1.1'
slackWebhookVersion = '1.4.0'
spockCoreVersion = '2.3-groovy-3.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d3d0b5b

Please sign in to comment.