From 2b2102041e9bc0650226e4bc7dc5cfe813a1780b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:08:56 +0000 Subject: [PATCH] Bump springdoc-openapi-starter-webmvc-ui from 2.0.0 to 2.0.2 Bumps springdoc-openapi-starter-webmvc-ui from 2.0.0 to 2.0.2. --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-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 3b2a381..622bba3 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-validation") // Migrating from SpringDoc API (Swagger) for Support Spring Boot 3.x - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.0") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2") // SPRING FRAMEWORK AND CORE implementation("org.springframework.boot:spring-boot-starter-web")