File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
99
99
100
100
api ' com.github.docker-java:docker-java-transport-zerodep'
101
101
102
- shaded ' com.google.guava:guava:32.1.3 -jre'
102
+ shaded ' com.google.guava:guava:33.0.0 -jre'
103
103
shaded " org.yaml:snakeyaml:1.33"
104
104
105
105
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"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- compileOnly ' org.influxdb:influxdb-java:2.23 '
6
+ compileOnly ' org.influxdb:influxdb-java:2.24 '
7
7
8
8
testImplementation ' org.assertj:assertj-core:3.25.1'
9
- testImplementation ' org.influxdb:influxdb-java:2.23 '
9
+ testImplementation ' org.influxdb:influxdb-java:2.24 '
10
10
testImplementation " com.influxdb:influxdb-client-java:6.12.0"
11
11
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
shaded ' org.awaitility:awaitility:4.2.0'
7
7
8
8
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'
10
10
testImplementation ' org.apache.qpid:qpid-jms-client:0.61.0'
11
11
testImplementation ' org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
12
12
testImplementation ' org.apache.httpcomponents:fluent-hc:4.5.14'
You can’t perform that action at this time.
0 commit comments