diff options
author | dependabot[bot] | 2020-12-17 06:59:43 +0000 |
---|---|---|
committer | vitalyster | 2020-12-17 10:08:38 +0300 |
commit | 80eef093e0a14616f4d81449a7ad85365abd01ce (patch) | |
tree | 54bee577f10db9254c3ee242fbd96277f1b24ba1 /build.gradle | |
parent | c387a0cd5043a49f48033b90cdbc48497c661b77 (diff) |
Bump springdoc-openapi-webmvc-core from 1.5.1 to 1.5.2
Bumps [springdoc-openapi-webmvc-core](https://github.com/springdoc/springdoc-openapi) from 1.5.1 to 1.5.2.
- [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.1...v1.5.2)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2bda7b49..48b788ed 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ dependencies { compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.6.1' compile 'org.imgscalr:imgscalr-lib:4.2' - implementation "org.springdoc:springdoc-openapi-webmvc-core:1.5.1" + implementation "org.springdoc:springdoc-openapi-webmvc-core:1.5.2" compile 'org.apache.commons:commons-email:1.5' compile 'com.github.scribejava:scribejava-apis:7.1.1' |