Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
chore(deps): Bump springdoc.version from 1.6.4 to 1.6.5 (#859)
Browse files Browse the repository at this point in the history
* chore(deps): Bump springdoc.version from 1.6.4 to 1.6.5

Bumps `springdoc.version` from 1.6.4 to 1.6.5.

Updates `springdoc-openapi-ui` from 1.6.4 to 1.6.5
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.6.4...v1.6.5)

Updates `springdoc-openapi-security` from 1.6.4 to 1.6.5
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.6.4...v1.6.5)

Updates `springdoc-openapi-hateoas` from 1.6.4 to 1.6.5
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.6.4...v1.6.5)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-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
- dependency-name: org.springdoc:springdoc-openapi-hateoas
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* docs: update CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julia Pampus <[email protected]>
  • Loading branch information
dependabot[bot] and juliapampus authored Jan 26, 2022
1 parent 77c7711 commit 4f18f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ All notable changes to this project will be documented in this file.
- Increase okhttp version from 4.9.2 to 4.9.3.
- Increase checkstyle version from 9.1 to 9.2.1.
- Increase pmd version from 6.40.0 to 6.41.0.
- Increase springdoc version from 1.5.3 to 1.6.4.
- Increase springdoc version from 1.5.3 to 1.6.5.
- Increase modelmapper version from 2.4.4 to 3.0.0.
- Increase equalsverifier version from 3.7.2 to 3.8.3.
- Increase log4j2 version from 2.14.0 to 2.17.1.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<modelmapper.version>3.0.0</modelmapper.version>
<jackson.version>2.13.1</jackson.version>
<postgres.version>42.3.1</postgres.version>
<springdoc.version>1.6.4</springdoc.version>
<springdoc.version>1.6.5</springdoc.version>
<equalsverifier.version>3.8.3</equalsverifier.version>
<jaeger.version>3.3.1</jaeger.version>
<freemarker.version>2.3.31</freemarker.version>
Expand Down

0 comments on commit 4f18f52

Please sign in to comment.