Skip to content

Commit bfd87ca

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

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
@@ -66,7 +66,7 @@ dependencies {
6666
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
6767
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
6868
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
69-
implementation("org.owasp:dependency-check-gradle:11.1.1")
69+
implementation("org.owasp:dependency-check-gradle:12.0.0")
7070
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.2")
7171
}
7272

0 commit comments

Comments
 (0)