Skip to content

Commit 6798259

Browse files
dependabot[bot]kruton
authored andcommitted
Bump org.testcontainers:testcontainers from 1.19.7 to 1.19.8
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.19.8. - [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.7...1.19.8) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 773998d commit 6798259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation("junit:junit:4.13.2")
5151
testImplementation("commons-io:commons-io:2.15.1")
5252
testImplementation("commons-codec:commons-codec:1.16.1")
53-
testImplementation("org.testcontainers:testcontainers:1.19.7")
53+
testImplementation("org.testcontainers:testcontainers:1.20.6")
5454
testImplementation("org.jetbrains:annotations:24.1.0")
5555
testImplementation("ch.qos.logback:logback-classic:1.5.3")
5656
testImplementation("org.hamcrest:hamcrest:2.2")

0 commit comments

Comments
 (0)