Skip to content

Commit

Permalink
Bump the spring group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the spring group with 3 updates: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and [com.google.cloud:spring-cloud-gcp-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp).


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.1.7 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.7...v3.2.3)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.3.0 to 2.4.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.3.0...v2.4.0)

Updates `com.google.cloud:spring-cloud-gcp-dependencies` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/v4.10.0/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v4.9.0...v4.10.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-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: com.google.cloud:spring-cloud-gcp-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 9ddf1bf commit f879b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.7</version>
<version>3.2.3</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -45,8 +45,8 @@
<node.version>v18.19.0</node.version>
<npm.version>10.2.3</npm.version>
<socketio-client.version>1.0.1</socketio-client.version>
<spring-cloud-gcp.version>4.9.0</spring-cloud-gcp.version>
<springdoc.version>2.3.0</springdoc.version>
<spring-cloud-gcp.version>4.10.0</spring-cloud-gcp.version>
<springdoc.version>2.4.0</springdoc.version>
</properties>

<scm>
Expand Down

0 comments on commit f879b5c

Please sign in to comment.