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