From 48617ef5c5c8118a67cd5a52fa112120a2c16431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:26:49 +0000 Subject: [PATCH] build(deps): bump org.owasp.dependencycheck from 12.1.0 to 12.1.1 Bumps org.owasp.dependencycheck from 12.1.0 to 12.1.1. --- updated-dependencies: - dependency-name: org.owasp.dependencycheck dependency-version: 12.1.1 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 9090075d..f1749110 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.0" + id "org.owasp.dependencycheck" version "12.1.1" // include build and git information via Spring Actuator id "com.gorylenko.gradle-git-properties" version "2.5.0" }