From a5f44c74cbcfcf92e3a85a42900d890e1dbb69bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:42:02 +0100 Subject: [PATCH] Update dependency org.owasp.dependencycheck to v9.0.2 {patch} (#55) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index acd5d6b..dce2570 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ indexScanPlugin = "2.6.1" lombokPlugin = "8.4" shadowPlugin = "8.1.1" gitVersionerPlugin = "1.6.7" -owaspPlugin = "9.0.1" +owaspPlugin = "9.0.2" [libraries] #logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }