upgrade to spring boot 4

This commit is contained in:
henkej
2025-12-18 09:21:30 +01:00
parent 396f5c9fdf
commit 71f22ca16e
2 changed files with 14 additions and 0 deletions

View File

@@ -40,11 +40,14 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
implementation 'org.springframework.security:spring-security-oauth2-authorization-server'
implementation 'org.springframework.security:spring-security-oauth2-jose'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
implementation 'commons-logging:commons-logging'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:latest.release'
runtimeOnly 'org.postgresql:postgresql'