Skip to content

Commit 8a79632

Browse files
Bump org.testcontainers:testcontainers from 1.20.3 to 2.0.1
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 2.0.1. - [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.3...2.0.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e52806a commit 8a79632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-wot-binding-mqtt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44
implementation("com.hivemq:hivemq-mqtt-client:1.3.3")
55
testImplementation("ch.qos.logback:logback-classic:1.5.12")
66
testImplementation("app.cash.turbine:turbine:1.2.0")
7-
testImplementation("org.testcontainers:testcontainers:1.20.3")
7+
testImplementation("org.testcontainers:testcontainers:2.0.1")
88
}

0 commit comments

Comments
 (0)