From 2af9b30b8fce236900d3c2239652a56ba7dfa4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:10:47 +0000 Subject: [PATCH] Bump springDocVersion from 2.5.0 to 2.6.0 Bumps `springDocVersion` from 2.5.0 to 2.6.0. Updates `org.springdoc:springdoc-openapi-starter-common` from 2.5.0 to 2.6.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.5.0...v2.6.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.5.0 to 2.6.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.5.0...v2.6.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 f3d12b1..651be86 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ jacocoTestReport { dependencies { def flywayVersion = '10.15.0' - def springDocVersion = '2.5.0' + def springDocVersion = '2.6.0' def therapiVersion = '0.15.0' // to enable JavaDoc support in SpringDocs