Skip to content

Commit e0705d9

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

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.13.1"))
14-
api(platform("org.testcontainers:testcontainers-bom:1.21.1"))
14+
api(platform("org.testcontainers:testcontainers-bom:1.21.2"))
1515
api(platform("io.github.mfvanek:pg-index-health-bom:0.15.0"))
1616
api(platform("org.mockito:mockito-bom:5.18.0"))
1717
api(platform("org.assertj:assertj-bom:3.27.3"))

0 commit comments

Comments
 (0)