Skip to content

Commit

Permalink
Bump the spring group across 1 directory with 2 updates (#1286)
Browse files Browse the repository at this point in the history
Bumps the spring group with 2 updates in the / directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.springdoc:springdoc-openapi-starter-webflux-ui](https://github.com/springdoc/springdoc-openapi).


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0)

Updates `org.springdoc:springdoc-openapi-starter-webflux-ui` from 2.6.0 to 2.7.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.6.0...v2.7.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramin Esfandiari <[email protected]>
  • Loading branch information
dependabot[bot] and ramrock93 authored Dec 6, 2024
1 parent ddb13bd commit 1f0d244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/>
</parent>

Expand All @@ -24,7 +24,7 @@
<kotlin.version>2.0.21</kotlin.version>

<!-- spring relatert -->
<springdoc.version>2.6.0</springdoc.version>
<springdoc.version>2.7.0</springdoc.version>

<!-- logging -->
<logback.logstash.version>8.0</logback.logstash.version>
Expand Down

0 comments on commit 1f0d244

Please sign in to comment.