Skip to content

Commit 0fa913c

Browse files
Bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.20.6
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.3 to 1.20.6. - [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.19.3...1.20.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d65752 commit 0fa913c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ val dependencyBoms = listOf(
4444
"org.apache.logging.log4j:log4j-bom:2.21.1",
4545
"org.junit:junit-bom:5.10.1",
4646
"org.springframework.boot:spring-boot-dependencies:2.7.17",
47-
"org.testcontainers:testcontainers-bom:1.19.3",
47+
"org.testcontainers:testcontainers-bom:1.20.6",
4848
"software.amazon.awssdk:bom:2.21.33",
4949
)
5050

0 commit comments

Comments
 (0)