From 120cc02643fcb7b3b5b9b9bcf2f3f8845267e9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:09:28 +0000 Subject: [PATCH] build(deps): bump the java-dependencies group with 2 updates Bumps the java-dependencies group with 2 updates: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and org.owasp.dependencycheck. Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.4...v2.8.5) Updates `org.owasp.dependencycheck` from 12.0.2 to 12.1.0 --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-dependencies - dependency-name: org.owasp.dependencycheck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 22d293a..794468c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.7' id 'jacoco' id 'info.solidsoft.pitest' version '1.15.0' - id "org.owasp.dependencycheck" version "12.0.2" + id "org.owasp.dependencycheck" version "12.1.0" } String buildId = project.hasProperty('buildId') ? project['buildId'] : 'DEV' @@ -28,7 +28,7 @@ ext { lombokVersion = "1.18.36" wireMockVersion = "3.12.0" ioCucumberVersion = "7.21.1" - springDocVersion = "2.8.4" + springDocVersion = "2.8.5" jacocoVersion = "0.8.9" junitVintage = "5.11.4" }