Skip to content

Commit 72f3c7a

Browse files
Bump org.testcontainers:testcontainers from 1.20.4 to 1.20.5
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.4 to 1.20.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.20.4...1.20.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11548aa commit 72f3c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dependencies {
3030
testImplementation(kotlin("test"))
3131
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
3232
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
33-
testImplementation("org.testcontainers:testcontainers:1.20.4")
34-
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
33+
testImplementation("org.testcontainers:testcontainers:1.20.5")
34+
testImplementation("org.testcontainers:junit-jupiter:1.20.5")
3535
}
3636

3737
tasks.test {

0 commit comments

Comments
 (0)