Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-gradle-plugin (#1422)
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 Sep 20, 2024
1 parent ee3dfd0 commit 6452c27
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.3'
springBootVersion = '3.3.4'
}
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.3'
springBootVersion = '3.3.4'
}
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.3'
springBootVersion = '3.3.4'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 6452c27

Please sign in to comment.