From a5942ecf3f12172c7dff9f3abb517d95c615fcfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:05:28 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-webmvc-core from 1.6.11 to 1.6.15 Bumps [org.springdoc:springdoc-openapi-webmvc-core](https://github.com/springdoc/springdoc-openapi) from 1.6.11 to 1.6.15. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.6.11...v1.6.15) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-webmvc-core 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 6a30e4e..534dd75 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.6.15' // for demo purposes to trigger vulnerable library runtimeOnly 'org.apache.logging.log4j:log4j-api:2.12.1'