Skip to content

Commit 0572085

Browse files
Bump org.testcontainers:testcontainers-bom from 1.20.1 to 1.20.2
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.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.20.1...1.20.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68e1193 commit 0572085

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
@@ -29,7 +29,7 @@ val DEPENDENCY_BOMS = listOf(
2929
"com.azure:azure-sdk-bom:1.2.27",
3030
"io.netty:netty-bom:4.1.113.Final",
3131
"org.junit:junit-bom:5.11.1",
32-
"org.testcontainers:testcontainers-bom:1.20.1",
32+
"org.testcontainers:testcontainers-bom:1.20.2",
3333
)
3434

3535
val autoServiceVersion = "1.1.1"

0 commit comments

Comments
 (0)