Skip to content

Commit 8bc0b26

Browse files
authored
Merge pull request #5367 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 98b60fb + eb9f540 commit 8bc0b26

File tree

32 files changed

+40
-40
lines changed

32 files changed

+40
-40
lines changed

.github/workflows/ci-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '8.0.302'
2323
distribution: temurin
2424
- name: Cache Gradle Home files
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
continue-on-error: true
2727
with:
2828
path: ~/.gradle/caches
@@ -50,7 +50,7 @@ jobs:
5050
java-version: '8.0.302'
5151
distribution: temurin
5252
- name: Cache Gradle Home files
53-
uses: actions/[email protected].1
53+
uses: actions/[email protected].2
5454
continue-on-error: true
5555
with:
5656
path: ~/.gradle/caches

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: '8.0.302'
3131
distribution: temurin
3232
- name: Cache Gradle Home files
33-
uses: actions/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
path: ~/.gradle/caches
3636
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
@@ -56,7 +56,7 @@ jobs:
5656
java-version: '8.0.302'
5757
distribution: temurin
5858
- name: Cache Gradle Home files
59-
uses: actions/[email protected].1
59+
uses: actions/[email protected].2
6060
continue-on-error: true
6161
with:
6262
path: ~/.gradle/caches

.github/workflows/update-docs-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF##*/}/g" mkdocs.yml
1818
git diff
1919
- name: Create Pull Request
20-
uses: peter-evans/create-pull-request@f1a7646cead32c950d90344a4fb5d4e926972a8f # v3.10.1
20+
uses: peter-evans/create-pull-request@bd72e1b7922d417764d27d30768117ad7da78a0e # v3.10.1
2121
with:
2222
title: Update docs version to ${GITHUB_REF##*/}
2323
body: |

core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
shaded 'org.zeroturnaround:zt-exec:1.12'
9090

9191
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
92-
testImplementation 'redis.clients:jedis:4.0.1'
92+
testImplementation 'redis.clients:jedis:4.2.2'
9393
testImplementation 'com.rabbitmq:amqp-client:5.14.2'
9494
testImplementation 'org.mongodb:mongo-java-driver:3.12.10'
9595

examples/disque-job-queue/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly "org.projectlombok:lombok:1.18.22"
11-
annotationProcessor "org.projectlombok:lombok:1.18.20"
10+
compileOnly "org.projectlombok:lombok:1.18.24"
11+
annotationProcessor "org.projectlombok:lombok:1.18.24"
1212
implementation 'biz.paluch.redis:spinach:0.3'
1313
implementation 'com.google.code.gson:gson:2.8.9'
1414
implementation 'com.google.guava:guava:23.0'

examples/kafka-cluster/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testCompileOnly "org.projectlombok:lombok:1.18.22"
10+
testCompileOnly "org.projectlombok:lombok:1.18.24"
1111
testAnnotationProcessor "org.projectlombok:lombok:1.18.22"
1212
testImplementation 'org.testcontainers:kafka'
1313
testImplementation 'org.apache.kafka:kafka-clients:3.1.0'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
compileOnly 'org.slf4j:slf4j-api:1.7.32'
11-
implementation 'redis.clients:jedis:4.2.1'
11+
implementation 'redis.clients:jedis:4.2.2'
1212
implementation 'com.google.code.gson:gson:2.8.9'
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'

examples/redis-backed-cache/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
compileOnly 'org.slf4j:slf4j-api:1.7.32'
11-
implementation 'redis.clients:jedis:4.2.1'
11+
implementation 'redis.clients:jedis:4.2.2'
1212
implementation 'com.google.code.gson:gson:2.8.9'
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'

examples/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
9-
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.8.1"
9+
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.10"
1010
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.6.2"
1111
}
1212
}

examples/singleton-container/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010

11-
implementation 'redis.clients:jedis:4.2.1'
11+
implementation 'redis.clients:jedis:4.2.2'
1212
implementation 'com.google.code.gson:gson:2.8.9'
1313
implementation 'com.google.guava:guava:23.0'
1414
compileOnly 'org.slf4j:slf4j-api:1.7.32'

examples/solr-container/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compileOnly "org.projectlombok:lombok:1.18.22"
10+
compileOnly "org.projectlombok:lombok:1.18.24"
1111
annotationProcessor "org.projectlombok:lombok:1.18.22"
1212

1313
implementation 'org.apache.solr:solr-solrj:8.11.1'

examples/spring-boot-kotlin-redis/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("org.springframework.boot") version "2.6.4"
3-
id("org.jetbrains.kotlin.jvm") version "1.6.10"
3+
id("org.jetbrains.kotlin.jvm") version "1.6.21"
44
id("org.jetbrains.kotlin.plugin.spring") version "1.6.20"
55
}
66

modules/azure/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
shaded 'com.squareup.okhttp3:okhttp:3.14.9'
77

88
testImplementation 'org.assertj:assertj-core:3.22.0'
9-
testImplementation 'com.azure:azure-cosmos:4.26.0'
9+
testImplementation 'com.azure:azure-cosmos:4.29.1'
1010
}

modules/cockroachdb/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44
api project(':jdbc')
55

66
testImplementation project(':jdbc-test')
7-
testImplementation 'org.postgresql:postgresql:42.3.3'
7+
testImplementation 'org.postgresql:postgresql:42.3.4'
88
}

modules/couchbase/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies {
55
// TODO use JDK's HTTP client and/or Apache HttpClient5
66
shaded 'com.squareup.okhttp3:okhttp:3.14.9'
77

8-
testImplementation 'com.couchbase.client:java-client:3.2.6'
8+
testImplementation 'com.couchbase.client:java-client:3.3.0'
99
testImplementation 'org.awaitility:awaitility:4.1.1'
1010
}

modules/dynalite/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description = "Testcontainers :: Dynalite"
33
dependencies {
44
api project(':testcontainers')
55

6-
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.169'
7-
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.150'
6+
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.210'
7+
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.210'
88

99
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
1010
}

modules/elasticsearch/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "TestContainers :: elasticsearch"
33
dependencies {
44
api project(':testcontainers')
55
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:7.16.2"
6-
testImplementation "org.elasticsearch.client:transport:7.17.2"
6+
testImplementation "org.elasticsearch.client:transport:7.17.3"
77
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
88
}

modules/gcloud/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description = "Testcontainers :: GCloud"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'com.google.cloud:google-cloud-datastore:2.2.2'
6+
testImplementation 'com.google.cloud:google-cloud-datastore:2.4.0'
77
testImplementation 'com.google.cloud:google-cloud-firestore:3.0.21'
8-
testImplementation 'com.google.cloud:google-cloud-pubsub:1.115.1'
8+
testImplementation 'com.google.cloud:google-cloud-pubsub:1.116.4'
99
testImplementation 'com.google.cloud:google-cloud-spanner:6.20.0'
10-
testImplementation 'com.google.cloud:google-cloud-bigtable:2.6.1'
10+
testImplementation 'com.google.cloud:google-cloud-bigtable:2.6.2'
1111
testImplementation 'org.assertj:assertj-core:3.22.0'
1212
}

modules/hivemq/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313

1414
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
1515
testImplementation(project(":junit-jupiter"))
16-
testImplementation("com.hivemq:hivemq-extension-sdk:4.7.5")
16+
testImplementation("com.hivemq:hivemq-extension-sdk:4.8.0")
1717
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.0")
1818
testImplementation("org.apache.httpcomponents:httpclient:4.5.13")
1919
testImplementation("ch.qos.logback:logback-classic:1.2.10")

modules/jdbc-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies {
1616

1717
api 'org.apache.tomcat:tomcat-jdbc:10.0.20'
1818
api 'org.vibur:vibur-dbcp:25.0'
19-
api 'mysql:mysql-connector-java:8.0.28'
19+
api 'mysql:mysql-connector-java:8.0.29'
2020
}

modules/junit-jupiter/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ dependencies {
77
testImplementation project(':mysql')
88
testImplementation project(':postgresql')
99
testImplementation 'com.zaxxer:HikariCP:4.0.3'
10-
testImplementation 'redis.clients:jedis:4.1.1'
10+
testImplementation 'redis.clients:jedis:4.2.2'
1111
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
1212
testImplementation ('org.mockito:mockito-core:4.4.0') {
1313
exclude(module: 'hamcrest-core')
1414
}
1515
testImplementation 'org.assertj:assertj-core:3.22.0'
1616
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
1717

18-
testRuntimeOnly 'org.postgresql:postgresql:42.3.3'
18+
testRuntimeOnly 'org.postgresql:postgresql:42.3.4'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.27'
2020
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
2121
}

modules/k3s/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
// Any >2.8 version here is not compatible with jackson-databind 2.8.x.
99
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
1010

11-
testImplementation 'io.fabric8:kubernetes-client:5.12.1'
11+
testImplementation 'io.fabric8:kubernetes-client:5.12.2'
1212
testImplementation 'io.kubernetes:client-java:15.0.0'
1313
testImplementation 'org.assertj:assertj-core:3.22.0'
1414
}

modules/localstack/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dependencies {
55

66
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.12.191'
77
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.169'
8-
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.150'
8+
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.12.210'
99
testImplementation 'com.amazonaws:aws-java-sdk-logs:1.12.169'
10-
testImplementation 'software.amazon.awssdk:s3:2.17.162'
10+
testImplementation 'software.amazon.awssdk:s3:2.17.181'
1111
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
1212
}

modules/mssqlserver/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
1111

1212
testImplementation project(':jdbc-test')
13-
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:10.2.0.jre8'
13+
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:11.1.1.jre8-preview'
1414

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

modules/mysql/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'
1111

1212
testImplementation project(':jdbc-test')
13-
testImplementation 'mysql:mysql-connector-java:8.0.28'
13+
testImplementation 'mysql:mysql-connector-java:8.0.29'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
1616
testImplementation 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

modules/neo4j/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ task customNeo4jPluginJar(type: Jar) {
2929
test.dependsOn customNeo4jPluginJar
3030

3131
dependencies {
32-
customNeo4jPluginCompileOnly "org.neo4j:neo4j:3.5.31"
32+
customNeo4jPluginCompileOnly "org.neo4j:neo4j:3.5.32"
3333

3434
api project(":testcontainers")
3535

modules/postgresql/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111

1212
testImplementation project(':jdbc-test')
1313
testImplementation project(':test-support')
14-
testImplementation 'org.postgresql:postgresql:42.3.3'
14+
testImplementation 'org.postgresql:postgresql:42.3.4'
1515

1616
testImplementation testFixtures(project(':r2dbc'))
1717
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'

modules/r2dbc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies {
1515
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.12.RELEASE'
1616
testImplementation project(':postgresql')
1717

18-
testFixturesImplementation 'io.projectreactor:reactor-core:3.4.16'
18+
testFixturesImplementation 'io.projectreactor:reactor-core:3.4.17'
1919
testFixturesImplementation 'org.assertj:assertj-core:3.14.0'
2020
}

modules/spock/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.3.1'
19-
testRuntimeOnly 'mysql:mysql-connector-java:8.0.28'
19+
testRuntimeOnly 'mysql:mysql-connector-java:8.0.29'
2020

2121
testCompileClasspath 'org.jetbrains:annotations:23.0.0'
2222
}

modules/toxiproxy/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Testcontainers :: Toxiproxy"
22

33
dependencies {
44
api project(':testcontainers')
5-
api 'eu.rekawek.toxiproxy:toxiproxy-java:2.1.5'
5+
api 'eu.rekawek.toxiproxy:toxiproxy-java:2.1.7'
66

77
testImplementation 'redis.clients:jedis:3.0.1'
88
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'

modules/trino/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44
api project(':jdbc')
55

66
testImplementation project(':jdbc-test')
7-
testImplementation 'io.trino:trino-jdbc:375'
7+
testImplementation 'io.trino:trino-jdbc:379'
88
compileOnly 'org.jetbrains:annotations:23.0.0'
99
}

modules/vault/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api project(':testcontainers')
55

66
testImplementation 'com.bettercloud:vault-java-driver:5.1.0'
7-
testImplementation 'io.rest-assured:rest-assured:5.0.0'
7+
testImplementation 'io.rest-assured:rest-assured:5.0.1'
88
testImplementation 'org.assertj:assertj-core:3.22.0'
99

1010
}

0 commit comments

Comments
 (0)