Skip to content

Commit 9b97dc6

Browse files
chore(deps): bump org.testcontainers:testcontainers-bom in /backend
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.3...2.0.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9abda7 commit 9b97dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)