Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-gradle-plugin (#1500)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <[email protected]>
  • Loading branch information
dependabot[bot] and bonigarcia authored Nov 22, 2024
1 parent 97ab597 commit 46e9fc4
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.3.5'
springBootVersion = '3.4.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.3.5'
springBootVersion = '3.4.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.3.5'
springBootVersion = '3.4.0'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 46e9fc4

Please sign in to comment.