From e7473c8e9cac27d2752a2121bbe099f26537fc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:03:04 +0000 Subject: [PATCH] [java] Bump org.springdoc:springdoc-openapi-starter-webmvc-api Bumps [org.springdoc:springdoc-openapi-starter-webmvc-api](https://github.com/springdoc/springdoc-openapi) from 2.3.0 to 2.8.5. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.3.0...v2.8.5) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 55ed02a4..f4028e5c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-validation") implementation("org.springframework.boot:spring-boot-starter-jdbc") implementation("org.springframework.boot:spring-boot-starter-actuator") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-api:2.3.0") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.5") implementation("com.fasterxml.jackson.datatype:jackson-datatype-hibernate6") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf")