Skip to content

Commit

Permalink
Update spring boot to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent d8cf8ba commit 1952d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"

ext {
javaVersion = JavaVersion.VERSION_17
springBootVersion = "3.3.1"
springBootVersion = "3.3.2"
lombokVersion = "1.18.34"
googleAutoVersion = "1.1.1"
compileTestingVersion = '0.21.0'
Expand Down

0 comments on commit 1952d8d

Please sign in to comment.