We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b01f8e commit 47db7dfCopy full SHA for 47db7df
backend/build.gradle
@@ -33,9 +33,9 @@ dependencies {
33
testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier
34
35
// Test containers
36
- testImplementation platform('org.testcontainers:testcontainers-bom:2.0.4')
37
- testImplementation 'org.testcontainers:junit-jupiter'
38
- testImplementation 'org.testcontainers:mongodb'
+ testImplementation platform('org.testcontainers:testcontainers-bom:1.21.4')
+ testImplementation 'org.testcontainers:junit-jupiter:1.21.4'
+ testImplementation 'org.testcontainers:mongodb:1.21.4'
39
// end::tests[]
40
41
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments