Skip to content

Commit

Permalink
Update to Spring Boot 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jul 23, 2024
1 parent 1361de2 commit ff0c4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repositories {
}

ext {
set("springBootVersion", '3.3.1')
set("dependencyManagementVersion", '1.1.5')
set("springBootVersion", '3.3.2')
set("dependencyManagementVersion", '1.1.6')
set("graalvmVersion", '0.10.2')
}

Expand Down

0 comments on commit ff0c4af

Please sign in to comment.