From 5ae40f52cf4724f6d68c224ada4e404813705212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:26:34 +0100 Subject: [PATCH] Bump springOpenApiVersion from 2.7.0 to 2.8.1 (#257) Bumps `springOpenApiVersion` from 2.7.0 to 2.8.1. Updates `org.springdoc:springdoc-openapi-starter-webmvc-api` from 2.7.0 to 2.8.1 - [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.1) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.1 - [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.1) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1b3f472a..83efa8d8 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.1" jsoupVersion = "1.18.3" jsonPatchVersion = "1.13" zxingVersion = "3.5.3"