Skip to content

Commit 1fd9870

Browse files
Bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.0
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.0. - [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.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e21a12 commit 1fd9870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ javaPlatform {
1111

1212
dependencies {
1313
api(platform("org.junit:junit-bom:6.0.0"))
14-
api(platform("org.testcontainers:testcontainers-bom:1.21.3"))
14+
api(platform("org.testcontainers:testcontainers-bom:2.0.0"))
1515
api(platform("io.github.mfvanek:pg-index-health-bom:0.30.0"))
1616
api(platform("org.mockito:mockito-bom:5.20.0"))
1717
api(platform("org.assertj:assertj-bom:3.27.6"))

0 commit comments

Comments
 (0)