Skip to content

Commit dadd3cc

Browse files
fix(deps): update dependency org.testcontainers:testcontainers-bom to v2 (#349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e71dbd2 commit dadd3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier
3535

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

0 commit comments

Comments
 (0)