Skip to content

Commit

Permalink
Merge pull request #6205 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez committed Nov 16, 2022
2 parents 858dd0a + c07edbd commit 9013438
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
testImplementation 'com.rabbitmq:amqp-client:5.16.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.11'

testImplementation ('org.mockito:mockito-core:4.8.1') {
testImplementation ('org.mockito:mockito-core:4.9.0') {
exclude(module: 'hamcrest-core')
}
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/junit4/redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Examples for docs"

dependencies {
api "io.lettuce:lettuce-core:5.1.1.RELEASE"
api "io.lettuce:lettuce-core:6.2.1.RELEASE"

testImplementation "junit:junit:4.13.2"
testImplementation project(":testcontainers")
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/junit5/redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Examples for docs"

dependencies {
api "io.lettuce:lettuce-core:5.1.1.RELEASE"
api "io.lettuce:lettuce-core:6.2.1.RELEASE"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.1"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/spock/redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
api "io.lettuce:lettuce-core:5.2.0.RELEASE"
api "io.lettuce:lettuce-core:6.2.1.RELEASE"
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation project(":spock")
testImplementation 'ch.qos.logback:logback-classic:1.3.4'
Expand Down
2 changes: 1 addition & 1 deletion examples/hazelcast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'com.hazelcast:hazelcast:5.2.0'
testImplementation 'com.hazelcast:hazelcast:5.2.1'
testImplementation 'ch.qos.logback:logback-classic:1.3.4'
testImplementation 'org.assertj:assertj-core:3.23.1'
}
2 changes: 1 addition & 1 deletion examples/spring-boot-kotlin-redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("org.springframework.boot") version "2.7.5"
id("org.jetbrains.kotlin.jvm") version "1.7.20"
id("org.jetbrains.kotlin.plugin.spring") version "1.7.20"
id("org.jetbrains.kotlin.plugin.spring") version "1.7.21"
}

apply plugin: 'io.spring.dependency-management'
Expand Down
2 changes: 1 addition & 1 deletion examples/zookeeper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
testImplementation 'org.apache.curator:curator-framework:5.3.0'
testImplementation 'org.apache.curator:curator-framework:5.4.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'ch.qos.logback:logback-classic:1.3.4'
Expand Down
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch"

dependencies {
api project(':testcontainers')
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.5.0"
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.5.1"
testImplementation "org.elasticsearch.client:transport:7.17.7"
testImplementation 'org.assertj:assertj-core:3.23.1'
}
6 changes: 3 additions & 3 deletions modules/gcloud/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description = "Testcontainers :: GCloud"
dependencies {
api project(':testcontainers')

testImplementation 'com.google.cloud:google-cloud-datastore:2.12.4'
testImplementation 'com.google.cloud:google-cloud-datastore:2.12.5'
testImplementation 'com.google.cloud:google-cloud-firestore:3.7.0'
testImplementation 'com.google.cloud:google-cloud-pubsub:1.120.24'
testImplementation 'com.google.cloud:google-cloud-pubsub:1.120.25'
testImplementation 'com.google.cloud:google-cloud-spanner:6.32.0'
testImplementation 'com.google.cloud:google-cloud-bigtable:2.15.0'
testImplementation 'com.google.cloud:google-cloud-bigtable:2.16.0'
testImplementation 'org.assertj:assertj-core:3.23.1'
}
2 changes: 1 addition & 1 deletion modules/hivemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {

testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
testImplementation(project(":junit-jupiter"))
testImplementation("com.hivemq:hivemq-extension-sdk:4.9.0")
testImplementation("com.hivemq:hivemq-extension-sdk:4.9.1")
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.0")
testImplementation("org.apache.httpcomponents:httpclient:4.5.13")
testImplementation("ch.qos.logback:logback-classic:1.4.4")
Expand Down
2 changes: 1 addition & 1 deletion modules/influxdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies {

testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.influxdb:influxdb-java:2.23'
testImplementation "com.influxdb:influxdb-client-java:6.4.0"
testImplementation "com.influxdb:influxdb-client-java:6.7.0"
}
4 changes: 2 additions & 2 deletions modules/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies {
compileOnly 'org.jetbrains:annotations:23.0.0'
testImplementation 'commons-dbutils:commons-dbutils:1.7'
testImplementation 'org.vibur:vibur-dbcp:25.0'
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.1'
testImplementation 'org.apache.tomcat:tomcat-jdbc:10.1.2'
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation ('org.mockito:mockito-core:4.8.1') {
testImplementation ('org.mockito:mockito-core:4.9.0') {
exclude(module: 'hamcrest-core')
}
}
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation 'com.zaxxer:HikariCP:4.0.3'
testImplementation 'redis.clients:jedis:4.3.1'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
testImplementation ('org.mockito:mockito-core:4.8.1') {
testImplementation ('org.mockito:mockito-core:4.9.0') {
exclude(module: 'hamcrest-core')
}
testImplementation 'org.assertj:assertj-core:3.23.1'
Expand Down
2 changes: 1 addition & 1 deletion modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {

compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.337'
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.333'
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.336'
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.342'
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.337'
testImplementation 'software.amazon.awssdk:s3:2.18.11'
testImplementation 'org.assertj:assertj-core:3.23.1'
Expand Down
2 changes: 1 addition & 1 deletion modules/mariadb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.3'

testImplementation project(':jdbc-test')
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.0.8'
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.0.9'

testImplementation testFixtures(project(':r2dbc'))
testImplementation 'org.mariadb:r2dbc-mariadb:1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion modules/mongodb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description = "Testcontainers :: MongoDB"
dependencies {
api project(':testcontainers')

testImplementation("org.mongodb:mongodb-driver-sync:4.7.2")
testImplementation("org.mongodb:mongodb-driver-sync:4.8.0")
testImplementation 'org.assertj:assertj-core:3.23.1'
}
4 changes: 2 additions & 2 deletions modules/mssqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ dependencies {
api project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-mssql:0.9.0.RELEASE'
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.0.RELEASE'

testImplementation project(':jdbc-test')
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.1.0.jre8-preview'

testImplementation project(':r2dbc')
testImplementation 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
testImplementation 'io.r2dbc:r2dbc-mssql:1.0.0.RELEASE'

// MSSQL's wait strategy requires the JDBC driver
testImplementation testFixtures(project(':r2dbc'))
Expand Down
2 changes: 1 addition & 1 deletion modules/r2dbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
testImplementation project(':postgresql')

testFixturesImplementation 'io.projectreactor:reactor-core:3.4.24'
testFixturesImplementation 'io.projectreactor:reactor-core:3.5.0'
testFixturesImplementation 'org.assertj:assertj-core:3.23.1'
}
2 changes: 1 addition & 1 deletion modules/yugabytedb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
// YCQL driver
testImplementation 'com.yugabyte:java-driver-core:4.6.0-yb-11'
// YSQL driver
testImplementation 'com.yugabyte:jdbc-yugabytedb:42.3.4'
testImplementation 'com.yugabyte:jdbc-yugabytedb:42.3.5-yb-1'
}

0 comments on commit 9013438

Please sign in to comment.