Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
testImplementation("org.mockito.kotlin:mockito-kotlin:6.3.0")
testImplementation("com.github.javafaker:javafaker:1.0.2")
testImplementation("org.springframework.boot:spring-boot-testcontainers")
testImplementation("org.testcontainers:mariadb:1.21.4")
testImplementation("org.testcontainers:mariadb:2.0.5")
testImplementation("io.rest-assured:spring-mock-mvc:6.0.0")
testImplementation("com.tngtech.archunit:archunit-junit5:1.4.2")
testImplementation("io.github.classgraph:classgraph:4.8.184")
Expand All @@ -148,7 +148,7 @@ dependencies {
// Shared test base boots a throwaway Valkey via @ServiceConnection so the
// Redis-backed HTTP session path is exercised under the real prod config.
testFixturesApi("org.springframework.boot:spring-boot-testcontainers")
testFixturesApi("org.testcontainers:testcontainers:1.21.4")
testFixturesApi("org.testcontainers:testcontainers:2.0.5")
testFixturesCompileOnly("jakarta.servlet:jakarta.servlet-api:6.1.0")

mockitoAgent("org.mockito:mockito-core:5.23.0")
Expand Down
Loading