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 #9023

Merged
merged 23 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
793fdea
Bump com.google.guava:guava in /modules/jdbc-test
dependabot[bot] Jul 26, 2024
800159e
Bump org.apache.kafka:kafka-clients in /modules/kafka
dependabot[bot] Jul 26, 2024
0806693
Bump com.hazelcast:hazelcast from 5.3.6 to 5.3.8 in /examples
dependabot[bot] Jul 26, 2024
8f4cbb1
Bump org.junit.jupiter:junit-jupiter-params in /examples
dependabot[bot] Jul 26, 2024
5815394
Bump org.apache.curator:curator-framework in /examples
dependabot[bot] Jul 26, 2024
af4a6b1
Bump io.weaviate:client from 4.8.1 to 4.8.2 in /modules/weaviate
dependabot[bot] Jul 26, 2024
44a29db
Bump org.apache.pulsar:pulsar-bom from 3.2.3 to 3.3.0 in /modules/pulsar
dependabot[bot] Jul 26, 2024
cbe9c20
Bump org.apache.kafka:kafka-clients from 3.7.1 to 3.8.0 in /examples
dependabot[bot] Jul 26, 2024
93ce044
Bump io.rest-assured:rest-assured from 5.4.0 to 5.5.0 in /examples
dependabot[bot] Jul 26, 2024
1848a2c
Bump org.apache.kafka:kafka-clients in /modules/redpanda
dependabot[bot] Jul 26, 2024
a145b18
Bump io.nats:jnats from 2.18.1 to 2.19.1 in /examples
dependabot[bot] Jul 26, 2024
f42521d
Bump ch.qos.logback:logback-classic from 1.3.8 to 1.3.14 in /smoke-test
dependabot[bot] Jul 26, 2024
54d0a74
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.na…
eddumelendez Jul 27, 2024
9f0bcd5
Merge remote-tracking branch 'origin/dependabot/gradle/modules/redpan…
eddumelendez Jul 27, 2024
cfd72c8
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.re…
eddumelendez Jul 27, 2024
1fa568a
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.a…
eddumelendez Jul 27, 2024
748e489
Merge remote-tracking branch 'origin/dependabot/gradle/modules/pulsar…
eddumelendez Jul 27, 2024
72cd62d
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.a…
eddumelendez Jul 27, 2024
6f9502f
Merge remote-tracking branch 'origin/dependabot/gradle/modules/weavia…
eddumelendez Jul 27, 2024
59bda5c
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.j…
eddumelendez Jul 27, 2024
a93b583
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.h…
eddumelendez Jul 27, 2024
aa2380d
Merge remote-tracking branch 'origin/dependabot/gradle/modules/kafka/…
eddumelendez Jul 27, 2024
dcc9ccf
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Jul 27, 2024
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 docs/examples/junit5/redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api "io.lettuce:lettuce-core:6.3.2.RELEASE"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
testImplementation project(":testcontainers")
testImplementation project(":junit-jupiter")
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.3.6'
testImplementation 'com.hazelcast:hazelcast:5.3.8'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.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.34"
testAnnotationProcessor "org.projectlombok:lombok:1.18.34"
testImplementation 'org.testcontainers:kafka'
testImplementation 'org.apache.kafka:kafka-clients:3.7.1'
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'com.google.guava:guava:23.0'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
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.26.3'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'io.nats:jnats:2.18.1'
testImplementation 'io.nats:jnats:2.19.1'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/ollama-hugging-face/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'io.rest-assured:rest-assured:5.4.0'
testImplementation 'io.rest-assured:rest-assured:5.5.0'
}

test {
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.6.0'
testImplementation 'org.apache.curator:curator-framework:5.7.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
Expand Down
2 changes: 1 addition & 1 deletion modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api project(':jdbc')

api 'com.google.guava:guava:33.2.0-jre'
api 'com.google.guava:guava:33.2.1-jre'
api 'org.apache.commons:commons-lang3:3.15.0'
api 'com.zaxxer:HikariCP-java6:2.3.13'
api 'commons-dbutils:commons-dbutils:1.8.1'
Expand Down
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.7.1'
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'com.google.guava:guava:23.0'
}
2 changes: 1 addition & 1 deletion modules/pulsar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Pulsar"
dependencies {
api project(':testcontainers')

testImplementation platform("org.apache.pulsar:pulsar-bom:3.2.3")
testImplementation platform("org.apache.pulsar:pulsar-bom:3.3.0")
testImplementation 'org.apache.pulsar:pulsar-client'
testImplementation 'org.apache.pulsar:pulsar-client-admin'
testImplementation 'org.assertj:assertj-core:3.26.3'
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.7.1'
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'io.rest-assured:rest-assured:5.5.0'
}
2 changes: 1 addition & 1 deletion modules/weaviate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api project(':testcontainers')

testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'io.weaviate:client:4.8.1'
testImplementation 'io.weaviate:client:4.8.2'
}
2 changes: 1 addition & 1 deletion smoke-test/turbo-mode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.8'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'org.assertj:assertj-core:3.26.3'
}

Expand Down
Loading