Skip to content

Commit

Permalink
use latest spring boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbregulla1111 committed Sep 11, 2024
1 parent 514d030 commit 13075bd
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 @@ -27,7 +27,7 @@ ext.libraries = [
]

dependencies {
ext.springBootVersion = '3.2.2'
ext.springBootVersion = '3.3.3'
implementation(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
compileOnly(libraries.thymeleaf3)

Expand Down

0 comments on commit 13075bd

Please sign in to comment.