From bf74887cf61e2d07ffe726b028c019acf03707d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 15:12:18 +0000 Subject: [PATCH] Bump springDocVersion from 1.5.10 to 1.5.12 Bumps `springDocVersion` from 1.5.10 to 1.5.12. Updates `springdoc-openapi-webflux-ui` from 1.5.10 to 1.5.12 - [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.12) Updates `springdoc-openapi-security` from 1.5.10 to 1.5.12 - [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.12) --- 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..b0a5b95a7 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.12' } }