Skip to content

Commit

Permalink
Merge pull request #77 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 b41ea42 + f8ab835 commit 77a76f8
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 @@ -12,7 +12,7 @@ repositories {
}

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

dependencies {
Expand Down

0 comments on commit 77a76f8

Please sign in to comment.