Skip to content

Commit 508c629

Browse files
authored
Merge pull request #238 from devondragon/feature/235-major-dependency-updates
Update major test dependencies
2 parents 93c07d3 + 48ae400 commit 508c629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)