Skip to content

Commit 480b4d5

Browse files
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](testcontainers/testcontainers-java@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] <[email protected]>
1 parent f02a15b commit 480b4d5

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.5")
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
//implementation("dev.langchain4j:langchain4j:0.35.0")
2424
testImplementation("org.springframework.boot:spring-boot-starter-test")
2525
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
26-
implementation("org.testcontainers:testcontainers:1.20.3")
26+
implementation("org.testcontainers:testcontainers:1.20.5")
2727
}
2828

2929
tasks.withType<BootJar> {

0 commit comments

Comments
 (0)