From 20a66c3678bc8c8ad7430fdeff8b8bc6751a51ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 15:12:06 +0000 Subject: [PATCH] Bump springDocVersion from 1.5.10 to 1.5.11 Bumps `springDocVersion` from 1.5.10 to 1.5.11. Updates `springdoc-openapi-webflux-ui` from 1.5.10 to 1.5.11 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.10...v1.5.11) Updates `springdoc-openapi-security` from 1.5.10 to 1.5.11 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v1.5.10...v1.5.11) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-webflux-ui dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springdoc:springdoc-openapi-security dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4cfc0c002..d10486448 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { novaVersion = 'edge' freefairVersion = '6.2.0' springBootVersion = '2.5.4' - springDocVersion = '1.5.10' + springDocVersion = '1.5.11' } }