Skip to content

Commit

Permalink
Bump org.springframework.boot in /getting-started-guides/java
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent e145861 commit db6d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started-guides/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
plugins {
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
}

java {
Expand Down

0 comments on commit db6d30e

Please sign in to comment.