From b96257d28c317390da92fc02b9b89b25a39d6efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 07:35:59 +0000 Subject: [PATCH] Bump springDocVersion from 1.5.10 to 1.5.13 Bumps `springDocVersion` from 1.5.10 to 1.5.13. Updates `springdoc-openapi-webflux-ui` from 1.5.10 to 1.5.13 - [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.13) Updates `springdoc-openapi-security` from 1.5.10 to 1.5.13 - [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.13) --- 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 126bcebbb..309b28740 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { novaVersion = 'edge' freefairVersion = '6.2.0' springBootVersion = '2.6.1' - springDocVersion = '1.5.10' + springDocVersion = '1.5.13' } }