Skip to content

Commit

Permalink
Avoid Spring milestones in org.thymeleaf.extras.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 20, 2024
1 parent ef4d6d8 commit f0fd7d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies {
testImplementation("org.slf4j:slf4j-simple:1.7.36")
testImplementation("org.thymeleaf:thymeleaf-spring6:3.1.0.M2")
testImplementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6:$libraryVersion")
testImplementation("org.springframework:spring-web:6.0.0-M6")
testImplementation("org.springframework:spring-webflux:6.0.0-M6")
testImplementation("org.springframework:spring-context:6.0.0-M6")
testImplementation("org.springframework:spring-web:6.0.0")
testImplementation("org.springframework:spring-webflux:6.0.0")
testImplementation("org.springframework:spring-context:6.0.0")
testImplementation('org.assertj:assertj-core:3.22.0')
}

Expand Down

0 comments on commit f0fd7d4

Please sign in to comment.