File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kotlin-wot-integration-tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
2929tasks.withType<BootJar > {
You can’t perform that action at this time.
0 commit comments