Skip to content

Commit

Permalink
Merge pull request #7292 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez committed Jul 3, 2023
2 parents 8b4f6dc + 3e8ffe9 commit cc218b6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -103,7 +103,7 @@ dependencies {

testImplementation 'com.google.cloud.tools:jib-core:0.23.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
testImplementation 'redis.clients:jedis:4.3.2'
testImplementation 'redis.clients:jedis:4.4.3'
testImplementation 'com.rabbitmq:amqp-client:5.18.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/junit4/generic/build.gradle
Expand Up @@ -6,7 +6,7 @@ dependencies {
testImplementation project(":selenium")
testImplementation project(":mysql")

testImplementation 'mysql:mysql-connector-java:8.0.32'
testImplementation 'mysql:mysql-connector-java:8.0.33'
testImplementation "org.seleniumhq.selenium:selenium-api:4.10.0"
testImplementation 'org.assertj:assertj-core:3.24.2'
}
2 changes: 1 addition & 1 deletion docs/examples/junit5/redis/build.gradle
Expand Up @@ -3,7 +3,7 @@ description = "Examples for docs"
dependencies {
api "io.lettuce:lettuce-core:6.2.3.RELEASE"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
testImplementation project(":testcontainers")
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache-testng/build.gradle
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'ch.qos.logback:logback-classic:1.3.8'
testImplementation 'org.testng:testng:7.5'
testImplementation 'org.testng:testng:7.5.1'
testImplementation 'org.assertj:assertj-core:3.24.2'
}

Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq/build.gradle
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testImplementation(project(":junit-jupiter"))
testImplementation("com.hivemq:hivemq-extension-sdk:4.16.0")
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.0")
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.1")
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
testImplementation("ch.qos.logback:logback-classic:1.4.8")
testImplementation 'org.assertj:assertj-core:3.24.2'
Expand Down
2 changes: 1 addition & 1 deletion modules/orientdb/build.gradle
Expand Up @@ -6,6 +6,6 @@ dependencies {
api "com.orientechnologies:orientdb-client:3.2.20"

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.6.2'
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.6.4'
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.20"
}
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Expand Up @@ -17,7 +17,7 @@ dependencies {

testRuntimeOnly 'org.postgresql:postgresql:42.6.0'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.3'
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.9.3'

testCompileOnly 'org.jetbrains:annotations:24.0.1'
Expand Down
2 changes: 1 addition & 1 deletion modules/trino/build.gradle
Expand Up @@ -5,5 +5,5 @@ dependencies {

testImplementation project(':jdbc-test')
testImplementation 'io.trino:trino-jdbc:420'
compileOnly 'org.jetbrains:annotations:24.0.0'
compileOnly 'org.jetbrains:annotations:24.0.1'
}

0 comments on commit cc218b6

Please sign in to comment.