Skip to content

Commit cc218b6

Browse files
authored
Merge pull request #7292 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 8b4f6dc + 3e8ffe9 commit cc218b6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

core/build.gradle

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

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

docs/examples/junit4/generic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation project(":selenium")
77
testImplementation project(":mysql")
88

9-
testImplementation 'mysql:mysql-connector-java:8.0.32'
9+
testImplementation 'mysql:mysql-connector-java:8.0.33'
1010
testImplementation "org.seleniumhq.selenium:selenium-api:4.10.0"
1111
testImplementation 'org.assertj:assertj-core:3.24.2'
1212
}

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Examples for docs"
33
dependencies {
44
api "io.lettuce:lettuce-core:6.2.3.RELEASE"
55

6-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
6+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
77
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.3"
88
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
99
testImplementation project(":testcontainers")

examples/redis-backed-cache-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'
1515
testImplementation 'ch.qos.logback:logback-classic:1.3.8'
16-
testImplementation 'org.testng:testng:7.5'
16+
testImplementation 'org.testng:testng:7.5.1'
1717
testImplementation 'org.assertj:assertj-core:3.24.2'
1818
}
1919

modules/hivemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
1515
testImplementation(project(":junit-jupiter"))
1616
testImplementation("com.hivemq:hivemq-extension-sdk:4.16.0")
17-
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.0")
17+
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.1")
1818
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
1919
testImplementation("ch.qos.logback:logback-classic:1.4.8")
2020
testImplementation 'org.assertj:assertj-core:3.24.2'

modules/orientdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies {
66
api "com.orientechnologies:orientdb-client:3.2.20"
77

88
testImplementation 'org.assertj:assertj-core:3.24.2'
9-
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.6.2'
9+
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.6.4'
1010
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.20"
1111
}

modules/spock/build.gradle

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

1818
testRuntimeOnly 'org.postgresql:postgresql:42.6.0'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
20-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.2'
20+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.3'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.9.3'
2222

2323
testCompileOnly 'org.jetbrains:annotations:24.0.1'

modules/trino/build.gradle

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

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

0 commit comments

Comments
 (0)