From eb82108ee24fec4f7930dfa03bc79b30e45646fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:38:21 +0000 Subject: [PATCH] Update plugin org.owasp.dependencycheck to v8.4.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a737592b..23cc2f8b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.owasp.dependencycheck' version '8.3.1' + id 'org.owasp.dependencycheck' version '8.4.3' id 'java' // The following line allows to load io.gatling.gradle plugin and directly apply it id 'io.gatling.gradle' version '3.9.5.6'