From 89d682f1507b84bcedeeb5c0ac3d88b01b77d211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:21:57 +0000 Subject: [PATCH] chore: bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.8 to 2.8.14. - [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.8.8...v2.8.14) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8836c081..b52c57bc 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ subprojects { compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14' implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'javax.xml.bind:jaxb-api:2.3.1' @@ -61,7 +61,7 @@ subprojects { testFixturesImplementation 'org.springframework.boot:spring-boot-starter-security' testFixturesImplementation 'org.springframework.boot:spring-boot-starter-data-jpa' testFixturesImplementation 'org.projectlombok:lombok' - testFixturesImplementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8' + testFixturesImplementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14' testFixturesImplementation 'org.springframework.boot:spring-boot-starter-data-redis' }