File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
9999
100100 api ' com.github.docker-java:docker-java-transport-zerodep'
101101
102- shaded ' com.google.guava:guava:32.1.3 -jre'
102+ shaded ' com.google.guava:guava:33.0.0 -jre'
103103 shaded " org.yaml:snakeyaml:1.33"
104104
105105 shaded ' org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ description = "Testcontainers :: InfluxDB"
33dependencies {
44 api project(' :testcontainers' )
55
6- compileOnly ' org.influxdb:influxdb-java:2.23 '
6+ compileOnly ' org.influxdb:influxdb-java:2.24 '
77
88 testImplementation ' org.assertj:assertj-core:3.25.1'
9- testImplementation ' org.influxdb:influxdb-java:2.23 '
9+ testImplementation ' org.influxdb:influxdb-java:2.24 '
1010 testImplementation " com.influxdb:influxdb-client-java:6.12.0"
1111}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 shaded ' org.awaitility:awaitility:4.2.0'
77
88 testImplementation ' org.assertj:assertj-core:3.25.1'
9- testImplementation ' com.solacesystems:sol-jcsmp:10.21 .0'
9+ testImplementation ' com.solacesystems:sol-jcsmp:10.22 .0'
1010 testImplementation ' org.apache.qpid:qpid-jms-client:0.61.0'
1111 testImplementation ' org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
1212 testImplementation ' org.apache.httpcomponents:fluent-hc:4.5.14'
You can’t perform that action at this time.
0 commit comments