Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16709c4

Browse files
authoredNov 26, 2023
Update dependency org.owasp:dependency-check-gradle to v9
1 parent ce4167f commit 16709c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎mama/jni/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.owasp:dependency-check-gradle:8.4.3'
6+
classpath 'org.owasp:dependency-check-gradle:9.0.1'
77
}
88
}
99

‎mamda/java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.owasp:dependency-check-gradle:8.4.3'
6+
classpath 'org.owasp:dependency-check-gradle:9.0.1'
77
}
88
}
99

0 commit comments

Comments
 (0)
Please sign in to comment.