From afbd159b5a575cc813120807f2320e08120e2353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:32:52 +0000 Subject: [PATCH] Bump springOpenApiVersion from 2.7.0 to 2.8.0 Bumps `springOpenApiVersion` from 2.7.0 to 2.8.0. Updates `org.springdoc:springdoc-openapi-starter-webmvc-api` from 2.7.0 to 2.8.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.7.0...v2.8.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1b3f472a..867a379c 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { ext { bouncycastleVersion = "1.79" apacheCommonsCollectionsVersion = "4.4" - springOpenApiVersion = "2.7.0" + springOpenApiVersion = "2.8.0" jsoupVersion = "1.18.3" jsonPatchVersion = "1.13" zxingVersion = "3.5.3"