From 952bea992348ef942e396391d857035837d41dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 07:19:15 +0200 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-starter-webmvc-ui (#154) Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.0.2 to 2.6.0. - [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.0.2...v2.6.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b4fd906..850a9215 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <properties> <!-- Third-party libraries --> <spring-data-jdbc.version>1.2.1.RELEASE</spring-data-jdbc.version> - <springdoc-openapi-ui.version>2.0.2</springdoc-openapi-ui.version> + <springdoc-openapi-ui.version>2.6.0</springdoc-openapi-ui.version> <jackson-databind-nullable.version>0.2.6</jackson-databind-nullable.version> <mapstruct.version>1.4.1.Final</mapstruct.version> <jaxb-api.version>2.3.0</jaxb-api.version> -- GitLab