Skip to content

Commit 38f685f

Browse files
Bump testcontainers-bom from 1.17.4 to 1.17.5 (#233)
Bumps [testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.17.4 to 1.17.5. - [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.17.4...1.17.5) --- 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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e5bec6 commit 38f685f

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
@@ -43,7 +43,7 @@ val DEPENDENCY_BOMS = listOf(
4343
"org.apache.logging.log4j:log4j-bom:2.19.0",
4444
"org.junit:junit-bom:5.9.1",
4545
"org.springframework.boot:spring-boot-dependencies:2.7.4",
46-
"org.testcontainers:testcontainers-bom:1.17.4",
46+
"org.testcontainers:testcontainers-bom:1.17.5",
4747
"software.amazon.awssdk:bom:2.17.287"
4848
)
4949

0 commit comments

Comments
 (0)