From 1c0402146c38ea2dd4e633b8d422578d1ae8790d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:06:54 +0000 Subject: [PATCH] gradle-dressca-backend: 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.1 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.8.1...v2.8.4) --- 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] --- samples/web-csr/dressca-backend/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-csr/dressca-backend/dependencies.gradle b/samples/web-csr/dressca-backend/dependencies.gradle index 345d1d3a0..26ff14475 100644 --- a/samples/web-csr/dressca-backend/dependencies.gradle +++ b/samples/web-csr/dressca-backend/dependencies.gradle @@ -11,7 +11,7 @@ ext { mybatisSpringBootStarterTestVersion = "3.0.4" h2Version = "2.3.232" postgresqlVersion = "42.7.4" - springdocOpenapiVersion = "2.8.1" + springdocOpenapiVersion = "2.8.4" servletApiVersion = "6.1.0" commonsLangVersion = "3.17.0" springSecurity = "3.4.1"