From 8c54a8a9398c00a81f8edc34a4b767599275f0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:14:14 +0000 Subject: [PATCH] build(deps): bump org.owasp.dependencycheck from 12.1.1 to 12.1.2 Bumps org.owasp.dependencycheck from 12.1.1 to 12.1.2. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-version: 12.1.2 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 12f8acda..f0a4283c 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { id 'jacoco' // Adds coveralls task for CI to send results to the coveralls service. id "com.github.kt3k.coveralls" version "2.12.2" - id "org.owasp.dependencycheck" version "12.1.1" + id "org.owasp.dependencycheck" version "12.1.2" // include build and git information via Spring Actuator id "com.gorylenko.gradle-git-properties" version "2.5.0" }