Skip to content

Commit 908581f

Browse files
committed
fix(deps): update testcontainers dependencies to specific version 1.21.4
1 parent 291bc3f commit 908581f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434

3535
// Test containers
3636
testImplementation platform('org.testcontainers:testcontainers-bom:1.21.4')
37-
testImplementation 'org.testcontainers:junit-jupiter'
38-
testImplementation 'org.testcontainers:mongodb'
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)