We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52806a commit 8a79632Copy full SHA for 8a79632
kotlin-wot-binding-mqtt/build.gradle.kts
@@ -4,5 +4,5 @@ dependencies {
4
implementation("com.hivemq:hivemq-mqtt-client:1.3.3")
5
testImplementation("ch.qos.logback:logback-classic:1.5.12")
6
testImplementation("app.cash.turbine:turbine:1.2.0")
7
- testImplementation("org.testcontainers:testcontainers:1.20.3")
+ testImplementation("org.testcontainers:testcontainers:2.0.1")
8
}
0 commit comments