From 88d11d74397a1f18be45f29a5e66e5a51280cb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:12:21 +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.7.0 to 2.8.4. - [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.7.0...v2.8.4) --- 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eefa6f54..a295c6bf 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.7.0</springdoc-openapi-ui.version> + <springdoc-openapi-ui.version>2.8.4</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