diff options
author | dependabot[bot] | 2021-12-13 21:08:14 +0000 |
---|---|---|
committer | vitalyster | 2021-12-14 02:53:48 +0300 |
commit | 55589f8ebeb24342ae1db39ade6606b8be43e3d5 (patch) | |
tree | ff1cd3d33f638e9438c48db2dd6d7e0fae4667b2 | |
parent | e070bbd98a9bacbf900d042b03b394c9448d698a (diff) |
Bump springdoc-openapi-webmvc-core from 1.5.13 to 1.6.0
Bumps [springdoc-openapi-webmvc-core](https://github.com/springdoc/springdoc-openapi) from 1.5.13 to 1.6.0.
- [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.13...v1.6.0)
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-webmvc-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-webmvc-core</artifactId> - <version>1.5.13</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> |