Skip to content

Commit baebf11

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

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.29",
2929
"io.netty:netty-bom:4.1.115.Final",
3030
"org.junit:junit-bom:5.11.3",
31-
"org.testcontainers:testcontainers-bom:1.20.3",
31+
"org.testcontainers:testcontainers-bom:1.20.4",
3232
)
3333

3434
val autoServiceVersion = "1.1.1"

0 commit comments

Comments
 (0)