Skip to content

Commit

Permalink
Merge pull request #19 from lets-mica/renovate/spring-boot
Browse files Browse the repository at this point in the history
Update spring boot to v3.3.2
  • Loading branch information
ChunMengLu committed Jul 18, 2024
2 parents d8cf8ba + 1952d8d commit ca2bf12
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 ca2bf12

Please sign in to comment.