From 7894fa82ad2dbd31244077208c6e8939753d759e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 04:09:57 +0000 Subject: [PATCH] Bump org.springdoc:springdoc-openapi-ui from 1.6.13 to 1.6.15 Bumps [org.springdoc:springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.6.13 to 1.6.15. - [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.6.13...v1.6.15) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-ui 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 6700423f37..2b5e62b711 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ allprojects { slf4jVersion = '1.7.36' snappyVersion = '1.1.8.4' springbootVersion = '2.7.6' - springdocVersion = '1.6.13' + springdocVersion = '1.6.15' spotbugsVersion = '4.7.3' springdataVersion = '2.7.6' springldapVersion = '2.4.1'