diff options
author | dependabot[bot] | 2023-12-04 21:34:39 +0000 |
---|---|---|
committer | vitalyster | 2023-12-06 06:00:20 +0300 |
commit | 7a14f991e17c68f84983372f750c3380b8f3b8a6 (patch) | |
tree | d575b73be54826260037b1b7f106b1c45769d729 | |
parent | a208647a3d74b71b66b3cb912b9999f1e79fc9a4 (diff) |
build(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.2.0...v2.3.0)
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
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
@@ -268,7 +268,7 @@ <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> - <version>2.2.0</version> + <version>2.3.0</version> </dependency> <dependency> <groupId>org.postgresql</groupId> |