From af02473ec89e375b44e8a5bd0e9e2eebfc59c1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:41:48 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.20.3 to 1.20.6 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.6. - [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.20.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... 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..674e545 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.20.6") }