From 6cbc013757b596e1c3b05b8d685becae55693f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:12:45 +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.13. - [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.13) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.13 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..0f6f68a6 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.13' 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.13' testFixturesImplementation 'org.springframework.boot:spring-boot-starter-data-redis' }