Skip to content

Commit

Permalink
build(deps): bump spring.boot.version from 2.7.6 to 3.0.5
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 2.7.6 to 3.0.5.

Updates `spring-boot` from 2.7.6 to 3.0.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.6...v3.0.5)

Updates `spring-boot-autoconfigure` from 2.7.6 to 3.0.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.6...v3.0.5)

Updates `spring-boot-starter-logging` from 2.7.6 to 3.0.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.6...v3.0.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-logging
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 11, 2023
1 parent a1a8e5f commit 6f3e6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/grpc-java-contrib-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<spring.boot.version>2.7.6</spring.boot.version>
<spring.boot.version>3.0.5</spring.boot.version>
</properties>

<modules>
Expand Down

0 comments on commit 6f3e6d0

Please sign in to comment.