From 9979faca5f726ed25baf61a3f51550a4acd5a2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:34:08 +0000 Subject: [PATCH] chore(deps): 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.5 to 2.8.6. - [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.5...v2.8.6) --- 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] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0182755..a8d078b6 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <!-- Third-party libraries --> <spring-data-jdbc.version>1.2.1.RELEASE</spring-data-jdbc.version> - <springdoc-openapi-ui.version>2.8.5</springdoc-openapi-ui.version> + <springdoc-openapi-ui.version>2.8.6</springdoc-openapi-ui.version> <jackson-databind-nullable.version>0.2.6</jackson-databind-nullable.version> <mapstruct.version>1.6.3</mapstruct.version> <jaxb-api.version>2.3.1</jaxb-api.version> -- GitLab