Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-gradle-plugin
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.5...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent c75076e commit 271b449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion junit5-spring-boot-rest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '3.1.5'
springBootVersion = '3.2.0'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion junit5-spring-boot-web/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '3.1.5'
springBootVersion = '3.2.0'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion junit5-spring-boot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '3.1.5'
springBootVersion = '3.2.0'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 271b449

Please sign in to comment.