Skip to content

Commit 87c191b

Browse files
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](testcontainers/testcontainers-java@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] <[email protected]>
1 parent acfd32e commit 87c191b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-wot-binding-mqtt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44
implementation("com.hivemq:hivemq-mqtt-client:1.3.3")
55
testImplementation("ch.qos.logback:logback-classic:1.5.12")
66
testImplementation("app.cash.turbine:turbine:1.2.0")
7-
testImplementation("org.testcontainers:testcontainers:1.20.3")
7+
testImplementation("org.testcontainers:testcontainers:1.20.4")
88
}

kotlin-wot-integration-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies {
1616
//implementation("dev.langchain4j:langchain4j-azure-open-ai:0.35.0")
1717
//implementation("dev.langchain4j:langchain4j:0.35.0")
1818
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
19-
implementation("org.testcontainers:testcontainers:1.20.3")
19+
implementation("org.testcontainers:testcontainers:1.20.4")
2020
}

0 commit comments

Comments
 (0)