From 7035c1bb05fb4ff6518085b561b39d42a6dc766d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:43:55 +0000 Subject: [PATCH] build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps the java-dependencies group with 1 update: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi). Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.3 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.3...v2.8.4) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 676c107..5818cfd 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ ext { lombokVersion = "1.18.36" wireMockVersion = "3.10.0" ioCucumberVersion = "7.20.1" - springDocVersion = "2.8.3" + springDocVersion = "2.8.4" jacocoVersion = "0.8.9" junitVintage = "5.11.4" }