From 295bf017929feca121d2faa2949460c6be48f085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 22:24:13 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-webmvc-core from 1.6.11 to 1.8.0 Bumps org.springdoc:springdoc-openapi-webmvc-core from 1.6.11 to 1.8.0. --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-webmvc-core dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 83b6c17..676acff 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'org.springdoc:springdoc-openapi-webmvc-core:1.6.11' + implementation 'org.springdoc:springdoc-openapi-webmvc-core:1.8.0' // for demo purposes to trigger vulnerable library runtimeOnly 'org.apache.logging.log4j:log4j-core:2.20.0'