From adbbc2a82c5871e9245e2556577cae2186443755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:48:53 +0000 Subject: [PATCH] Bump org.owasp:dependency-check-gradle from 8.4.0 to 8.4.2 Bumps [org.owasp:dependency-check-gradle](https://github.com/dependency-check/dependency-check-gradle) from 8.4.0 to 8.4.2. - [Release notes](https://github.com/dependency-check/dependency-check-gradle/releases) - [Commits](https://github.com/dependency-check/dependency-check-gradle/commits) --- updated-dependencies: - dependency-name: org.owasp:dependency-check-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99d26e24..b4ab0921 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") - classpath 'org.owasp:dependency-check-gradle:8.4.0' + classpath 'org.owasp:dependency-check-gradle:8.4.2' } }