File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cassandra/cassandra-4-common/testing
pulsar/pulsar-2.8/javaagent
rocketmq/rocketmq-client/rocketmq-client-5.0/testing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ plugins {
55dependencies {
66 api(project(" :testing-common" ))
77
8- implementation(" org.testcontainers:testcontainers:1.17.5 " )
8+ implementation(" org.testcontainers:testcontainers" )
99 implementation(" com.datastax.oss:java-driver-core:4.0.0" )
1010}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 library(" org.apache.pulsar:pulsar-client:2.8.0" )
1616
1717 testImplementation(" javax.annotation:javax.annotation-api:1.3.2" )
18- testImplementation(" org.testcontainers:pulsar:1.17.1 " )
18+ testImplementation(" org.testcontainers:pulsar" )
1919 testImplementation(" org.apache.pulsar:pulsar-client-admin:2.8.0" )
2020}
2121
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
77
88 // earlier versions have bugs that may make tests flaky.
99 implementation(" org.apache.rocketmq:rocketmq-client-java:5.0.2" )
10- implementation(" org.testcontainers:testcontainers:1.17.5 " )
10+ implementation(" org.testcontainers:testcontainers" )
1111 implementation(" io.opentelemetry:opentelemetry-api" )
1212}
You can’t perform that action at this time.
0 commit comments