From a604aef582c8017586f06d92558b3d3e86c90b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:57:16 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-ui from 1.6.8 to 1.6.15 Bumps [org.springdoc:springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.6.8 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.8...v1.6.15) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui 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 46cc4ae..fb4dc88 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { compileOnly "org.projectlombok:lombok:${lombokVersion}" implementation "io.swagger.core.v3:swagger-annotations:2.2.0" - implementation "org.springdoc:springdoc-openapi-ui:1.6.8" + implementation "org.springdoc:springdoc-openapi-ui:1.6.15" } //java {