Skip to content

Commit

Permalink
Update to Spring Boot 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Dec 20, 2024
1 parent 239520b commit e13f5df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ repositories {
}

ext {
set("springBootVersion", '3.4.0')
set("dependencyManagementVersion", '1.1.6')
set("graalvmVersion", '0.10.3')
set("springBootVersion", '3.4.1')
set("dependencyManagementVersion", '1.1.7')
set("graalvmVersion", '0.10.4')
}

dependencies {
Expand Down

0 comments on commit e13f5df

Please sign in to comment.