File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
33dependencies {
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'
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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' ))
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: RabbitMQ"
33dependencies {
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}
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments