Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency org.owasp:dependency-check-gradle to v9
Browse files Browse the repository at this point in the history
renovate[bot] authored Mar 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ce4167f commit 9fb8c9e
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
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:8.4.3'
classpath 'org.owasp:dependency-check-gradle:9.1.0'
}
}

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

0 comments on commit 9fb8c9e

Please sign in to comment.