From aca344d057b877b9acf19ac7381285df37f735cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:54:23 +0000 Subject: [PATCH] chore(deps): bump org.springdoc:springdoc-openapi-ui from 1.7.0 to 1.8.0 Bumps org.springdoc:springdoc-openapi-ui from 1.7.0 to 1.8.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 d4e175b..13fc527 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.4.0' // implementation 'org.springdoc:springdoc-openapi-data-rest:2.4.0' implementation 'io.swagger.core.v3:swagger-annotations:2.2.15' - implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0' + implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0' // LOG implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0'