From 7602fcaf229fde7aeda7946b0177f089ffffd7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:17:38 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.20.3 to 2.0.0 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 2.0.0. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.3...2.0.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- kotlin-wot-binding-mqtt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-wot-binding-mqtt/build.gradle.kts b/kotlin-wot-binding-mqtt/build.gradle.kts index 4404f3b..bbb8909 100644 --- a/kotlin-wot-binding-mqtt/build.gradle.kts +++ b/kotlin-wot-binding-mqtt/build.gradle.kts @@ -4,5 +4,5 @@ dependencies { implementation("com.hivemq:hivemq-mqtt-client:1.3.3") testImplementation("ch.qos.logback:logback-classic:1.5.12") testImplementation("app.cash.turbine:turbine:1.2.0") - testImplementation("org.testcontainers:testcontainers:1.20.3") + testImplementation("org.testcontainers:testcontainers:2.0.0") }