Skip to content

Commit 4a2d7c3

Browse files
Bump org.testcontainers:testcontainers-bom from 1.20.6 to 1.21.0
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>
1 parent 7d2c088 commit 4a2d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ val DEPENDENCY_BOMS = listOf(
2828
"com.azure:azure-sdk-bom:1.2.33",
2929
"io.netty:netty-bom:4.2.0.Final",
3030
"org.junit:junit-bom:5.12.1",
31-
"org.testcontainers:testcontainers-bom:1.20.6",
31+
"org.testcontainers:testcontainers-bom:1.21.0",
3232
)
3333

3434
val autoServiceVersion = "1.1.1"

0 commit comments

Comments
 (0)