We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291bc3f commit 908581fCopy full SHA for 908581f
backend/build.gradle
@@ -34,8 +34,8 @@ dependencies {
34
35
// Test containers
36
testImplementation platform('org.testcontainers:testcontainers-bom:1.21.4')
37
- testImplementation 'org.testcontainers:junit-jupiter'
38
- testImplementation 'org.testcontainers:mongodb'
+ 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