Skip to content

Commit 447e2d6

Browse files
Bump org.testcontainers:testcontainers-bom from 1.20.6 to 1.21.0 (#322)
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 1.21.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.20.6...1.21.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Vakhrushev <mfvanek@gmail.com>
1 parent 6ca5469 commit 447e2d6

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:5.12.2"))
14-
api(platform("org.testcontainers:testcontainers-bom:1.20.6"))
14+
api(platform("org.testcontainers:testcontainers-bom:1.21.0"))
1515
api(platform("io.github.mfvanek:pg-index-health-bom:0.14.6"))
1616
api(platform("org.mockito:mockito-bom:5.17.0"))
1717
api(platform("org.assertj:assertj-bom:3.27.3"))

0 commit comments

Comments
 (0)