Skip to content

Commit

Permalink
Update dependency org.owasp:dependency-check-gradle to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fquinner committed Jan 23, 2023
1 parent 96bf8b1 commit 8e9ebc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mama/jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:7.4.4'
classpath 'org.owasp:dependency-check-gradle:8.0.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion mamda/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:7.4.4'
classpath 'org.owasp:dependency-check-gradle:8.0.1'
}
}

Expand Down

0 comments on commit 8e9ebc9

Please sign in to comment.