Skip to content

Commit e9db743

Browse files
committed
upgrade dependency check version
1 parent 2ab8332 commit e9db743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("org.hypertrace.publish-plugin") version "1.1.1" apply false
99
id("org.hypertrace.jacoco-report-plugin") version "0.3.0" apply false
1010
id("org.hypertrace.code-style-plugin") version "2.1.2" apply false
11-
id("org.owasp.dependencycheck") version "12.1.0"
11+
id("org.owasp.dependencycheck") version "12.1.3"
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)