Skip to content

Commit caec52c

Browse files
authored
Merge pull request #11706 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents f9529b3 + 0cd4b57 commit caec52c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

modules/gcloud/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation platform("com.google.cloud:libraries-bom:26.72.0")
6+
testImplementation platform("com.google.cloud:libraries-bom:26.79.0")
77
testImplementation 'com.google.cloud:google-cloud-bigquery'
88
testImplementation 'com.google.cloud:google-cloud-datastore'
99
testImplementation 'com.google.cloud:google-cloud-firestore'

modules/influxdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
compileOnly 'org.influxdb:influxdb-java:2.25'
77

88
testImplementation 'org.influxdb:influxdb-java:2.25'
9-
testImplementation "com.influxdb:influxdb-client-java:7.4.0"
9+
testImplementation "com.influxdb:influxdb-client-java:7.5.0"
1010
}

modules/mssqlserver/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dependencies {
44
api project(':testcontainers-jdbc')
55

66
compileOnly project(':testcontainers-r2dbc')
7-
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
7+
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.4.RELEASE'
88

99
testImplementation project(':testcontainers-jdbc-test')
1010
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.4.0.jre11'
1111

1212
testImplementation project(':testcontainers-r2dbc')
13-
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
13+
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.4.RELEASE'
1414

1515
// MSSQL's wait strategy requires the JDBC driver
1616
testImplementation testFixtures(project(':testcontainers-r2dbc'))

modules/orientdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies {
55

66
api "com.orientechnologies:orientdb-client:3.2.46"
77

8-
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.0'
8+
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.1'
99
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.46"
1010
}

modules/rabbitmq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "Testcontainers :: RabbitMQ"
33
dependencies {
44
api project(":testcontainers")
55

6-
testImplementation 'com.rabbitmq:amqp-client:5.28.0'
6+
testImplementation 'com.rabbitmq:amqp-client:5.29.0'
77
compileOnly 'org.jetbrains:annotations:26.1.0'
88
}

modules/solace/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
shaded 'org.awaitility:awaitility:4.3.0'
77

8-
testImplementation 'com.solacesystems:sol-jcsmp:10.29.0'
8+
testImplementation 'com.solacesystems:sol-jcsmp:10.29.1'
99
testImplementation 'org.apache.qpid:qpid-jms-client:0.61.0'
1010
testImplementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
1111
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'

0 commit comments

Comments
 (0)