Skip to content

Commit 47db7df

Browse files
committed
fix(deps): revert testcontainers dependencies to version 1.21.4
1 parent 7b01f8e commit 47db7df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ dependencies {
3333
testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier
3434

3535
// Test containers
36-
testImplementation platform('org.testcontainers:testcontainers-bom:2.0.4')
37-
testImplementation 'org.testcontainers:junit-jupiter'
38-
testImplementation 'org.testcontainers:mongodb'
36+
testImplementation platform('org.testcontainers:testcontainers-bom:1.21.4')
37+
testImplementation 'org.testcontainers:junit-jupiter:1.21.4'
38+
testImplementation 'org.testcontainers:mongodb:1.21.4'
3939
// end::tests[]
4040

4141
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)