From 145349be7f6fa81e49e4e4dbc70efa94b577de32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:55:32 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.20.3 to 1.21.3 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.21.3. - [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...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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..c5ecc2d 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:1.21.3") }