From bce2e76e2d1a9a2b5c9be0dbcf5e7a55bdf9fcc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:29:52 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.20.3 to 1.20.4 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4. - [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.4) --- 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 +- kotlin-wot-integration-tests/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kotlin-wot-binding-mqtt/build.gradle.kts b/kotlin-wot-binding-mqtt/build.gradle.kts index 4404f3b..a4538cf 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.4") } diff --git a/kotlin-wot-integration-tests/build.gradle.kts b/kotlin-wot-integration-tests/build.gradle.kts index 7989ec8..cc8813e 100644 --- a/kotlin-wot-integration-tests/build.gradle.kts +++ b/kotlin-wot-integration-tests/build.gradle.kts @@ -16,5 +16,5 @@ dependencies { //implementation("dev.langchain4j:langchain4j-azure-open-ai:0.35.0") //implementation("dev.langchain4j:langchain4j:0.35.0") testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3") - implementation("org.testcontainers:testcontainers:1.20.3") + implementation("org.testcontainers:testcontainers:1.20.4") } \ No newline at end of file