Use Spring 6

This commit is contained in:
Marcus Da Coregio
2023-06-22 09:52:14 -03:00
parent 55ea592e93
commit 7a4ec00199
38 changed files with 108 additions and 102 deletions

View File

@@ -16,14 +16,14 @@ repositories {
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
implementation platform("org.springframework:spring-framework-bom:6.0.0-SNAPSHOT")
implementation platform("org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT")
implementation platform("org.springframework:spring-framework-bom:6.0.7")
implementation platform("org.springframework.security:spring-security-bom:6.0.4")
implementation platform("org.junit:junit-bom:5.7.0")
implementation "org.springframework.security:spring-security-config"
implementation "org.springframework.security:spring-security-web"
implementation "org.springframework:spring-webmvc"
implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.M3"
implementation "org.thymeleaf:thymeleaf-spring6:3.1.0.RELEASE"
testImplementation "org.assertj:assertj-core:3.18.0"
testImplementation "org.springframework:spring-test"