Skip to content

Commit a52809a

Browse files
fix(deps): update dependency org.owasp:dependency-check-gradle to v12.1.0 (#1738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfaa97a commit a52809a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
1616
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
1717
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
18-
implementation("org.owasp:dependency-check-gradle:12.0.2")
18+
implementation("org.owasp:dependency-check-gradle:12.1.0")
1919
}
2020

2121
spotless {

0 commit comments

Comments
 (0)