Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined dependencies PR #7643

Merged
merged 33 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2b3c215
Bump redis.clients:jedis from 5.0.0 to 5.0.1 in /core
dependabot[bot] Oct 3, 2023
f3ccf25
Bump software.amazon.awssdk:s3 in /modules/localstack
dependabot[bot] Oct 9, 2023
6f506fc
Bump com.amazonaws:aws-java-sdk-bom in /modules/localstack
dependabot[bot] Oct 9, 2023
b7deb73
Bump io.asyncer:r2dbc-mysql from 1.0.3 to 1.0.4 in /modules/mysql
dependabot[bot] Oct 9, 2023
a4604d8
Bump io.trino:trino-jdbc from 427 to 428 in /modules/trino
dependabot[bot] Oct 9, 2023
a8d2e5d
Bump com.couchbase.client:java-client in /modules/couchbase
dependabot[bot] Oct 9, 2023
b008a33
Bump org.apache.kafka:kafka-clients in /modules/kafka
dependabot[bot] Oct 9, 2023
b6172f2
Bump io.fabric8:kubernetes-client from 6.8.1 to 6.9.0 in /modules/k3s
dependabot[bot] Oct 9, 2023
9e5dff2
Bump io.codenotary:immudb4j from 1.0.0 to 1.0.1 in /examples
dependabot[bot] Oct 9, 2023
bba7cf5
Bump org.apache.kafka:kafka-clients from 3.5.1 to 3.6.0 in /examples
dependabot[bot] Oct 9, 2023
cbb63d5
Bump com.gradle.enterprise:com.gradle.enterprise.gradle.plugin
dependabot[bot] Oct 9, 2023
5b2cf09
Bump io.nats:jnats from 2.16.14 to 2.17.0 in /examples
dependabot[bot] Oct 9, 2023
1ea1cd7
Bump com.amazonaws:aws-java-sdk-dynamodb in /modules/dynalite
dependabot[bot] Oct 9, 2023
7be52b6
Bump com.hivemq:hivemq-mqtt-client in /modules/hivemq
dependabot[bot] Oct 9, 2023
76bc0b6
Bump org.apache.kafka:kafka-clients in /modules/redpanda
dependabot[bot] Oct 9, 2023
0777103
Bump com.gradle.enterprise:com.gradle.enterprise.gradle.plugin
dependabot[bot] Oct 9, 2023
798404f
Bump org.questdb:questdb from 7.3.2 to 7.3.3 in /modules/questdb
dependabot[bot] Oct 9, 2023
e60dda5
Merge remote-tracking branch 'origin/dependabot/gradle/com.gradle.ent…
eddumelendez Oct 10, 2023
cfb46f2
Merge remote-tracking branch 'origin/dependabot/gradle/modules/redpan…
eddumelendez Oct 10, 2023
81b3af8
Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…
eddumelendez Oct 10, 2023
9920e91
Merge remote-tracking branch 'origin/dependabot/gradle/modules/dynali…
eddumelendez Oct 10, 2023
4589323
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.na…
eddumelendez Oct 10, 2023
6663347
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.g…
eddumelendez Oct 10, 2023
d15f906
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.a…
eddumelendez Oct 10, 2023
228db4f
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.co…
eddumelendez Oct 10, 2023
3815fc6
Merge remote-tracking branch 'origin/dependabot/gradle/modules/k3s/io…
eddumelendez Oct 10, 2023
80b5309
Merge remote-tracking branch 'origin/dependabot/gradle/modules/kafka/…
eddumelendez Oct 10, 2023
ce567eb
Merge remote-tracking branch 'origin/dependabot/gradle/modules/couchb…
eddumelendez Oct 10, 2023
2309c4a
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Oct 10, 2023
f8792e8
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/…
eddumelendez Oct 10, 2023
bbd4a8b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/locals…
eddumelendez Oct 10, 2023
0eeb055
Merge remote-tracking branch 'origin/dependabot/gradle/modules/locals…
eddumelendez Oct 10, 2023
84d2bef
Merge remote-tracking branch 'origin/dependabot/gradle/core/redis.cli…
eddumelendez Oct 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
exclude group: 'com.google.guava', module: 'guava'
}
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
testImplementation 'redis.clients:jedis:5.0.0'
testImplementation 'redis.clients:jedis:5.0.1'
testImplementation 'com.rabbitmq:amqp-client:5.19.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'

Expand Down
2 changes: 1 addition & 1 deletion examples/immudb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation 'io.codenotary:immudb4j:1.0.0'
implementation 'io.codenotary:immudb4j:1.0.1'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.assertj:assertj-core:3.24.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testCompileOnly "org.projectlombok:lombok:1.18.30"
testAnnotationProcessor "org.projectlombok:lombok:1.18.30"
testImplementation 'org.testcontainers:kafka'
testImplementation 'org.apache.kafka:kafka-clients:3.5.1'
testImplementation 'org.apache.kafka:kafka-clients:3.6.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'com.google.guava:guava:23.0'
testImplementation 'ch.qos.logback:logback-classic:1.3.11'
Expand Down
2 changes: 1 addition & 1 deletion examples/nats/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'io.nats:jnats:2.16.14'
testImplementation 'io.nats:jnats:2.17.0'
testImplementation 'ch.qos.logback:logback-classic:1.3.11'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15.1"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.3"
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/couchbase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
// TODO use JDK's HTTP client and/or Apache HttpClient5
shaded 'com.squareup.okhttp3:okhttp:4.11.0'

testImplementation 'com.couchbase.client:java-client:3.4.10'
testImplementation 'com.couchbase.client:java-client:3.4.11'
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
}
4 changes: 2 additions & 2 deletions modules/dynalite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite (deprecated)"
dependencies {
api project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.560'
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.560'
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.565'
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.565'
testImplementation 'org.assertj:assertj-core:3.24.2'
}
2 changes: 1 addition & 1 deletion modules/hivemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation(project(":junit-jupiter"))
testImplementation("com.hivemq:hivemq-extension-sdk:4.20.0")
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.2")
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
testImplementation("ch.qos.logback:logback-classic:1.4.11")
testImplementation 'org.assertj:assertj-core:3.24.2'
Expand Down
2 changes: 1 addition & 1 deletion modules/k3s/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
// Any >2.8 version here is not compatible with jackson-databind 2.8.x.
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'

testImplementation 'io.fabric8:kubernetes-client:6.8.1'
testImplementation 'io.fabric8:kubernetes-client:6.9.0'
testImplementation 'io.kubernetes:client-java:18.0.1'
testImplementation 'org.assertj:assertj-core:3.24.2'
}
2 changes: 1 addition & 1 deletion modules/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Kafka"
dependencies {
api project(':testcontainers')

testImplementation 'org.apache.kafka:kafka-clients:3.5.1'
testImplementation 'org.apache.kafka:kafka-clients:3.6.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'com.google.guava:guava:23.0'
}
4 changes: 2 additions & 2 deletions modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description = "Testcontainers :: Localstack"
dependencies {
api project(':testcontainers')

testImplementation platform("com.amazonaws:aws-java-sdk-bom:1.12.560")
testImplementation platform("com.amazonaws:aws-java-sdk-bom:1.12.565")
testImplementation 'com.amazonaws:aws-java-sdk-s3'
testImplementation 'com.amazonaws:aws-java-sdk-sqs'
testImplementation 'com.amazonaws:aws-java-sdk-logs'
testImplementation 'software.amazon.awssdk:s3:2.20.157'
testImplementation 'software.amazon.awssdk:s3:2.20.162'
testImplementation 'org.assertj:assertj-core:3.24.2'
}
4 changes: 2 additions & 2 deletions modules/mysql/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.asyncer:r2dbc-mysql:1.0.3'
compileOnly 'io.asyncer:r2dbc-mysql:1.0.4'

testImplementation project(':jdbc-test')
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'

testImplementation testFixtures(project(':r2dbc'))
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.3'
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.4'

compileOnly 'org.jetbrains:annotations:24.0.1'
}
2 changes: 1 addition & 1 deletion modules/questdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
testRuntimeOnly 'org.postgresql:postgresql:42.6.0'
testImplementation project(':jdbc-test')
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.questdb:questdb:7.3.2'
testImplementation 'org.questdb:questdb:7.3.3'
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
}
Expand Down
2 changes: 1 addition & 1 deletion modules/redpanda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':testcontainers')
shaded 'org.freemarker:freemarker:2.3.32'

testImplementation 'org.apache.kafka:kafka-clients:3.5.1'
testImplementation 'org.apache.kafka:kafka-clients:3.6.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'io.rest-assured:rest-assured:5.3.2'
}
2 changes: 1 addition & 1 deletion modules/trino/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
api project(':jdbc')

testImplementation project(':jdbc-test')
testRuntimeOnly 'io.trino:trino-jdbc:427'
testRuntimeOnly 'io.trino:trino-jdbc:428'
compileOnly 'org.jetbrains:annotations:24.0.1'
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15.1"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.3"
classpath "org.gradle.toolchains:foojay-resolver:0.7.0"
}
Expand Down
Loading