diff --git a/tests/src/org.thymeleaf.extras/thymeleaf-extras-springsecurity6/3.1.0.M1/build.gradle b/tests/src/org.thymeleaf.extras/thymeleaf-extras-springsecurity6/3.1.0.M1/build.gradle index f99b7805e..e8728bc17 100644 --- a/tests/src/org.thymeleaf.extras/thymeleaf-extras-springsecurity6/3.1.0.M1/build.gradle +++ b/tests/src/org.thymeleaf.extras/thymeleaf-extras-springsecurity6/3.1.0.M1/build.gradle @@ -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') }