Skip to content

Commit

Permalink
Merge pull request #42 from ahunigel/Downgrade-spring-boot-to-3.3.1
Browse files Browse the repository at this point in the history
Downgrade spring boot to 3.3.1
  • Loading branch information
ahunigel authored Nov 12, 2024
2 parents 17663ae + 9f261ee commit a0182a3
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 @@ -13,7 +13,7 @@ repositories {
}

ext {
springBootVersion = '3.3.5'
springBootVersion = '3.3.1'
}

dependencies {
Expand Down

0 comments on commit a0182a3

Please sign in to comment.