File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
7272 testImplementation ' org.springframework.security:spring-security-test'
7373 testImplementation ' org.springframework.retry:spring-retry:2.0.12'
7474 testImplementation ' jakarta.validation:jakarta.validation-api:3.1.1'
75- testImplementation ' org.hibernate.validator:hibernate-validator:8.0.2 .Final'
75+ testImplementation ' org.hibernate.validator:hibernate-validator:9.1.0 .Final'
7676 testImplementation ' com.h2database:h2:2.4.240'
7777
7878 // Spring Boot 4 test starters (modular test infrastructure)
@@ -86,12 +86,12 @@ dependencies {
8686 testRuntimeOnly ' org.postgresql:postgresql'
8787
8888 // Additional test dependencies for improved testing
89- testImplementation ' org.testcontainers:testcontainers:1.21.3 '
90- testImplementation ' org.testcontainers:mariadb:1.21.3 '
89+ testImplementation ' org.testcontainers:testcontainers:2.0.2 '
90+ testImplementation ' org.testcontainers:testcontainers- mariadb:2.0.2 '
9191 testImplementation ' com.github.tomakehurst:wiremock:3.0.1'
9292 testImplementation ' com.tngtech.archunit:archunit-junit5:1.4.1'
9393 testImplementation ' org.assertj:assertj-core:3.27.6'
94- testImplementation ' io.rest-assured:rest-assured:5.5.6 '
94+ testImplementation ' io.rest-assured:rest-assured:6.0.0 '
9595 testImplementation ' com.icegreen:greenmail:2.1.8'
9696 testImplementation ' org.awaitility:awaitility:4.3.0'
9797}
You can’t perform that action at this time.
0 commit comments