From cf6cdf5a463d49b5129cd41462e1fe8a56b7feb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 06:30:36 +0000 Subject: [PATCH] Bump springdoc-openapi-ui from 1.6.9 to 1.6.10 Bumps [springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.6.9 to 1.6.10. - [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.9...v1.6.10) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 10dc7a1..912f17d 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-data-redis") // Migrating from SpringFox - implementation("org.springdoc:springdoc-openapi-ui:1.6.9") + implementation("org.springdoc:springdoc-openapi-ui:1.6.10") // SPRING FRAMEWORK AND CORE implementation("org.springframework.boot:spring-boot-starter-web")