From 9a517653bfbaa787297d189597d40b79170740eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:46:19 +0000 Subject: [PATCH] [deps]: Bump openApiVersion from 2.1.0 to 2.7.0 Bumps `openApiVersion` from 2.1.0 to 2.7.0. Updates `org.springdoc:springdoc-openapi-starter-common` from 2.1.0 to 2.7.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.1.0...v2.7.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.1.0 to 2.7.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.1.0...v2.7.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-common 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 67e9854..cd8b97e 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ ext { jetbrainsAnnotationsVersion = "22.0.0" // RESTful - openApiVersion = "2.1.0" + openApiVersion = "2.7.0" logbookVersion = "3.10.0" springCloudContractVersion = "4.0.2"