From c8559d798f4b1a3c7b1cb0abba1442a763b231a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:10:52 +0000 Subject: [PATCH] Bump org.owasp:dependency-check-gradle from 10.0.1 to 10.0.2 Bumps [org.owasp:dependency-check-gradle](https://github.com/dependency-check/dependency-check-gradle) from 10.0.1 to 10.0.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 f5ab19af..437921f6 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:10.0.1' + classpath 'org.owasp:dependency-check-gradle:10.0.2' } }