Skip to content

Commit

Permalink
Merge pull request #8162 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez committed Jan 25, 2024
2 parents 490f8f8 + 733508f commit dc0e3da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {

api 'com.github.docker-java:docker-java-transport-zerodep'

shaded 'com.google.guava:guava:32.1.3-jre'
shaded 'com.google.guava:guava:33.0.0-jre'
shaded "org.yaml:snakeyaml:1.33"

shaded 'org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
Expand Down
4 changes: 2 additions & 2 deletions modules/influxdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description = "Testcontainers :: InfluxDB"
dependencies {
api project(':testcontainers')

compileOnly 'org.influxdb:influxdb-java:2.23'
compileOnly 'org.influxdb:influxdb-java:2.24'

testImplementation 'org.assertj:assertj-core:3.25.1'
testImplementation 'org.influxdb:influxdb-java:2.23'
testImplementation 'org.influxdb:influxdb-java:2.24'
testImplementation "com.influxdb:influxdb-client-java:6.12.0"
}
2 changes: 1 addition & 1 deletion modules/solace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
shaded 'org.awaitility:awaitility:4.2.0'

testImplementation 'org.assertj:assertj-core:3.25.1'
testImplementation 'com.solacesystems:sol-jcsmp:10.21.0'
testImplementation 'com.solacesystems:sol-jcsmp:10.22.0'
testImplementation 'org.apache.qpid:qpid-jms-client:0.61.0'
testImplementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'
Expand Down

0 comments on commit dc0e3da

Please sign in to comment.