Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2ea4d74
Bump org.apache.pulsar:pulsar-bom from 4.1.1 to 4.2.0 in /modules/pulsar
dependabot[bot] Apr 2, 2026
0e6ddb0
Bump io.minio:minio from 8.6.0 to 9.0.0 in /modules/minio
dependabot[bot] Apr 2, 2026
e2535ea
Bump redis.clients:jedis from 7.1.0 to 7.4.1 in /modules/toxiproxy
dependabot[bot] Apr 8, 2026
80bc3a8
Bump io.grpc:grpc-bom from 1.75.0 to 1.80.0 in /modules/qdrant
dependabot[bot] Apr 9, 2026
8205eb3
Bump redis.clients:jedis from 7.1.0 to 7.4.1 in /modules/junit-jupiter
dependabot[bot] Apr 12, 2026
58947d3
Bump io.projectreactor:reactor-core in /modules/r2dbc
dependabot[bot] Apr 12, 2026
79828c6
Bump software.amazon.awssdk:bom in /modules/localstack
dependabot[bot] Apr 12, 2026
16726cb
Bump org.apache.kafka:kafka-clients in /modules/redpanda
dependabot[bot] Apr 12, 2026
3de6665
Bump org.neo4j.driver:neo4j-java-driver in /modules/neo4j
dependabot[bot] Apr 13, 2026
f39e19d
Bump io.fabric8:kubernetes-client from 7.4.0 to 7.6.1 in /modules/k3s
dependabot[bot] Apr 13, 2026
d71f402
Bump dev.openfga:openfga-sdk from 0.9.4 to 0.9.7 in /modules/openfga
dependabot[bot] Apr 13, 2026
7007c49
Bump org.elasticsearch.client:elasticsearch-rest-client
dependabot[bot] Apr 13, 2026
97a2d17
Bump com.couchbase.client:java-client in /modules/couchbase
dependabot[bot] Apr 13, 2026
60fde10
Merge remote-tracking branch 'origin/dependabot/gradle/modules/locals…
eddumelendez Apr 14, 2026
dc4c9d0
Merge remote-tracking branch 'origin/dependabot/gradle/modules/toxipr…
eddumelendez Apr 14, 2026
4759843
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-…
eddumelendez Apr 14, 2026
431c420
Merge remote-tracking branch 'origin/dependabot/gradle/modules/elasti…
eddumelendez Apr 14, 2026
3111bb2
Merge remote-tracking branch 'origin/dependabot/gradle/modules/qdrant…
eddumelendez Apr 14, 2026
a7f5575
Merge remote-tracking branch 'origin/dependabot/gradle/modules/openfg…
eddumelendez Apr 14, 2026
1f9e8e1
Merge remote-tracking branch 'origin/dependabot/gradle/modules/minio/…
eddumelendez Apr 14, 2026
d6c5fed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/k3s/io…
eddumelendez Apr 14, 2026
e3b8035
Merge remote-tracking branch 'origin/dependabot/gradle/modules/r2dbc/…
eddumelendez Apr 14, 2026
a9987ca
Merge remote-tracking branch 'origin/dependabot/gradle/modules/neo4j/…
eddumelendez Apr 14, 2026
2bbc63c
Merge remote-tracking branch 'origin/dependabot/gradle/modules/pulsar…
eddumelendez Apr 14, 2026
5ffa398
Merge remote-tracking branch 'origin/dependabot/gradle/modules/redpan…
eddumelendez Apr 14, 2026
b85a7d8
Merge remote-tracking branch 'origin/dependabot/gradle/modules/couchb…
eddumelendez Apr 14, 2026
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 modules/couchbase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies {
// TODO use JDK's HTTP client and/or Apache HttpClient5
shaded 'com.squareup.okhttp3:okhttp:5.3.2'

testImplementation 'com.couchbase.client:java-client:3.10.0'
testImplementation 'com.couchbase.client:java-client:3.11.2'
testImplementation 'org.awaitility:awaitility:4.3.0'
}
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description = "Testcontainers :: elasticsearch"
dependencies {
api project(':testcontainers')

testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.2.2"
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.3.3"
testImplementation "org.elasticsearch.client:transport:7.17.29"
}
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation project(':testcontainers-mysql')
testImplementation project(':testcontainers-postgresql')
testImplementation 'com.zaxxer:HikariCP:7.0.2'
testImplementation 'redis.clients:jedis:7.1.0'
testImplementation 'redis.clients:jedis:7.4.1'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation ('org.mockito:mockito-core:4.11.0') {
exclude(module: 'hamcrest-core')
Expand Down
2 changes: 1 addition & 1 deletion modules/k3s/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies {
// Synchronize with the jackson version, must match major and minor version
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.4'

testImplementation 'io.fabric8:kubernetes-client:7.4.0'
testImplementation 'io.fabric8:kubernetes-client:7.6.1'
testImplementation 'io.kubernetes:client-java:25.0.0-legacy'
}
2 changes: 1 addition & 1 deletion modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Localstack"
dependencies {
api project(':testcontainers')

testImplementation platform("software.amazon.awssdk:bom:2.40.4")
testImplementation platform("software.amazon.awssdk:bom:2.42.33")
testImplementation 'software.amazon.awssdk:s3'
testImplementation 'software.amazon.awssdk:sqs'
testImplementation 'software.amazon.awssdk:cloudwatchlogs'
Expand Down
2 changes: 1 addition & 1 deletion modules/minio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description = "Testcontainers :: MinIO"
dependencies {
api project(':testcontainers')

testImplementation("io.minio:minio:8.6.0")
testImplementation("io.minio:minio:9.0.0")
}
2 changes: 1 addition & 1 deletion modules/neo4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies {

api project(":testcontainers")

testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.21'
testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.22'
}
2 changes: 1 addition & 1 deletion modules/openfga/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: OpenFGA"
dependencies {
api project(':testcontainers')

testImplementation 'dev.openfga:openfga-sdk:0.9.4'
testImplementation 'dev.openfga:openfga-sdk:0.9.7'
}

test {
Expand Down
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:4.1.1")
testImplementation platform("org.apache.pulsar:pulsar-bom:4.2.0")
testImplementation 'org.apache.pulsar:pulsar-client'
testImplementation 'org.apache.pulsar:pulsar-client-admin'
}
2 changes: 1 addition & 1 deletion modules/qdrant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':testcontainers')

testImplementation 'io.qdrant:client:1.17.0'
testImplementation platform('io.grpc:grpc-bom:1.75.0')
testImplementation platform('io.grpc:grpc-bom:1.80.0')
testImplementation 'io.grpc:grpc-stub'
testImplementation 'io.grpc:grpc-protobuf'
testImplementation 'io.grpc:grpc-netty-shaded'
Expand Down
2 changes: 1 addition & 1 deletion modules/r2dbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
testImplementation project(':testcontainers-postgresql')

testFixturesImplementation 'io.projectreactor:reactor-core:3.8.1'
testFixturesImplementation 'io.projectreactor:reactor-core:3.8.4'
testFixturesImplementation 'org.assertj:assertj-core:3.27.7'
testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'
}
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.34'

testImplementation 'org.apache.kafka:kafka-clients:4.1.1'
testImplementation 'org.apache.kafka:kafka-clients:4.2.0'
testImplementation 'io.rest-assured:rest-assured:5.5.7'
testImplementation 'org.awaitility:awaitility:4.3.0'
}
2 changes: 1 addition & 1 deletion modules/toxiproxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api project(':testcontainers')
api 'eu.rekawek.toxiproxy:toxiproxy-java:2.1.11'

testImplementation 'redis.clients:jedis:7.1.0'
testImplementation 'redis.clients:jedis:7.4.1'
}
Loading