Skip to content

Commit

Permalink
build(deps): bump springdoc.version from 1.6.7 to 1.6.8
Browse files Browse the repository at this point in the history
Bumps `springdoc.version` from 1.6.7 to 1.6.8.

Updates `springdoc-openapi-ui` from 1.6.7 to 1.6.8
- [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.7...v1.6.8)

Updates `springdoc-openapi-webmvc-core` from 1.6.7 to 1.6.8
- [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.7...v1.6.8)

Updates `springdoc-openapi-kotlin` from 1.6.7 to 1.6.8
- [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.7...v1.6.8)

---
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-webmvc-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springdoc:springdoc-openapi-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2022
1 parent 7a88871 commit 29e363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<packaging>pom</packaging>

<properties>
<springdoc.version>1.6.7</springdoc.version>
<springdoc.version>1.6.8</springdoc.version>
<jacoco.skip>true</jacoco.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.sources.skip>true</maven.sources.skip>
Expand Down

0 comments on commit 29e363e

Please sign in to comment.