From af065813fa5366bfe0feb80724e73a5f4fb87e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 03:00:37 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-ui from 1.6.15 to 1.7.0 Bumps [org.springdoc:springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.6.15 to 1.7.0. - [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.15...v1.7.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui 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 160b6ca..fe13c4f 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-couchbase' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'org.springdoc:springdoc-openapi-ui:1.6.15' + implementation 'org.springdoc:springdoc-openapi-ui:1.7.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }