Skip to content

Commit

Permalink
build(deps): bump springdoc-openapi-ui.version from 2.5.0 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps `springdoc-openapi-ui.version` from 2.5.0 to 2.6.0.

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.5.0...v2.6.0)

Updates `org.springdoc:springdoc-openapi-starter-webflux-ui` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 5f25ef0 commit 401e27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<shedlock.version>5.13.0</shedlock.version>
<snakeyaml.version>1.33</snakeyaml.version>
<springdoc-openapi-maven-plugin.version>1.4</springdoc-openapi-maven-plugin.version>
<springdoc-openapi-ui.version>2.5.0</springdoc-openapi-ui.version>
<springdoc-openapi-ui.version>2.6.0</springdoc-openapi-ui.version>
<!-- If the Integration Tests are timing out because the server is slow increase the number below. 120 attempts is equal to 60s each attempt gets a 500ms backoff -->
<spring.integration.test.timeout>120</spring.integration.test.timeout>
</properties>
Expand Down

0 comments on commit 401e27f

Please sign in to comment.