From 480b4d59b8a80844bf2c6369f855f81bea81efd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:30:52 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.20.3 to 1.20.5 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.5. - [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.5) --- 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..b488a64 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.5") } diff --git a/kotlin-wot-integration-tests/build.gradle.kts b/kotlin-wot-integration-tests/build.gradle.kts index 67d994e..a938dbd 100644 --- a/kotlin-wot-integration-tests/build.gradle.kts +++ b/kotlin-wot-integration-tests/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { //implementation("dev.langchain4j:langchain4j:0.35.0") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3") - implementation("org.testcontainers:testcontainers:1.20.3") + implementation("org.testcontainers:testcontainers:1.20.5") } tasks.withType {