Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
200e853
Bump org.elasticsearch.client:elasticsearch-rest-client
dependabot[bot] Oct 2, 2025
c02f50d
Bump org.postgresql:postgresql in /modules/cockroachdb
dependabot[bot] Oct 2, 2025
7d22f2d
Bump com.orientechnologies:orientdb-client in /modules/orientdb
dependabot[bot] Oct 2, 2025
d7ff6e9
Bump com.orientechnologies:orientdb-gremlin in /modules/orientdb
dependabot[bot] Oct 2, 2025
b6d97ef
Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 in /modules/questdb
dependabot[bot] Oct 2, 2025
141582a
Bump org.questdb:questdb from 9.0.2 to 9.0.3 in /modules/questdb
dependabot[bot] Oct 2, 2025
44f111c
Bump io.weaviate:client from 5.4.0 to 5.5.0 in /modules/weaviate
dependabot[bot] Oct 2, 2025
44be82f
Bump io.milvus:milvus-sdk-java from 2.6.3 to 2.6.5 in /modules/milvus
dependabot[bot] Oct 2, 2025
c0427bb
Bump software.amazon.awssdk:dynamodb in /modules/scylladb
dependabot[bot] Oct 2, 2025
1e4e767
Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 in /modules/cratedb
dependabot[bot] Oct 6, 2025
2ea7b0a
Bump org.postgresql:postgresql in /modules/postgresql
dependabot[bot] Oct 6, 2025
936510f
Bump org.neo4j.driver:neo4j-java-driver in /modules/neo4j
dependabot[bot] Oct 6, 2025
a4b3a21
Bump io.r2dbc:r2dbc-mssql in /modules/mssqlserver
dependabot[bot] Oct 6, 2025
b86b7fa
Bump io.projectreactor:reactor-core in /modules/r2dbc
dependabot[bot] Oct 6, 2025
3f1fa12
Merge remote-tracking branch 'origin/dependabot/gradle/modules/scylla…
eddumelendez Oct 6, 2025
34dc843
Merge remote-tracking branch 'origin/dependabot/gradle/modules/milvus…
eddumelendez Oct 6, 2025
e74cd70
Merge remote-tracking branch 'origin/dependabot/gradle/modules/weavia…
eddumelendez Oct 6, 2025
33929bf
Merge remote-tracking branch 'origin/dependabot/gradle/modules/crated…
eddumelendez Oct 6, 2025
0618a23
Merge remote-tracking branch 'origin/dependabot/gradle/modules/questd…
eddumelendez Oct 6, 2025
6086fb2
Merge remote-tracking branch 'origin/dependabot/gradle/modules/questd…
eddumelendez Oct 6, 2025
eebac9b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/orient…
eddumelendez Oct 6, 2025
2ef22e7
Merge remote-tracking branch 'origin/dependabot/gradle/modules/orient…
eddumelendez Oct 6, 2025
afb0930
Merge remote-tracking branch 'origin/dependabot/gradle/modules/cockro…
eddumelendez Oct 6, 2025
9cc38db
Merge remote-tracking branch 'origin/dependabot/gradle/modules/r2dbc/…
eddumelendez Oct 6, 2025
aa3a635
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqls…
eddumelendez Oct 6, 2025
2b17fba
Merge remote-tracking branch 'origin/dependabot/gradle/modules/elasti…
eddumelendez Oct 6, 2025
b67e8ca
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgr…
eddumelendez Oct 6, 2025
c56ae8f
Merge remote-tracking branch 'origin/dependabot/gradle/modules/neo4j/…
eddumelendez Oct 6, 2025
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/cockroachdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CockroachDB"
dependencies {
api project(':testcontainers-jdbc')

testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'

testImplementation project(':testcontainers-jdbc-test')
}
Expand Down
2 changes: 1 addition & 1 deletion modules/cratedb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CrateDB"
dependencies {
api project(':testcontainers-jdbc')

testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'

testImplementation project(':testcontainers-jdbc-test')

Expand Down
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: elasticsearch"
dependencies {
api project(':testcontainers')

testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.1.2"
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.1.4"
testImplementation "org.elasticsearch.client:transport:7.17.29"
}

Expand Down
2 changes: 1 addition & 1 deletion modules/milvus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description = "Testcontainers :: Milvus"
dependencies {
api project(':testcontainers')

testImplementation 'io.milvus:milvus-sdk-java:2.6.3'
testImplementation 'io.milvus:milvus-sdk-java:2.6.5'
}
4 changes: 2 additions & 2 deletions modules/mssqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dependencies {
api project(':testcontainers-jdbc')

compileOnly project(':testcontainers-r2dbc')
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'

testImplementation project(':testcontainers-jdbc-test')
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre8'

testImplementation project(':testcontainers-r2dbc')
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'

// MSSQL's wait strategy requires the JDBC driver
testImplementation testFixtures(project(':testcontainers-r2dbc'))
Expand Down
2 changes: 1 addition & 1 deletion modules/neo4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

api project(":testcontainers")

testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.20'
testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.21'
}

tasks.japicmp {
Expand Down
4 changes: 2 additions & 2 deletions modules/orientdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description = "Testcontainers :: Orientdb"
dependencies {
api project(":testcontainers")

api "com.orientechnologies:orientdb-client:3.2.43"
api "com.orientechnologies:orientdb-client:3.2.44"

testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.4'
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.43"
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.44"
}

tasks.japicmp {
Expand Down
2 changes: 1 addition & 1 deletion modules/postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'

testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
Expand Down
4 changes: 2 additions & 2 deletions modules/questdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies {
api project(':testcontainers')
api project(':testcontainers-jdbc')

testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'

testImplementation project(':testcontainers-jdbc-test')
testImplementation 'org.questdb:questdb:9.0.2'
testImplementation 'org.questdb:questdb:9.0.3'
testImplementation 'org.awaitility:awaitility:4.3.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
}
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.7.9'
testFixturesImplementation 'io.projectreactor:reactor-core:3.7.11'
testFixturesImplementation 'org.assertj:assertj-core:3.27.4'
testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
}
2 changes: 1 addition & 1 deletion modules/scylladb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api project(":testcontainers")

testImplementation 'com.scylladb:java-driver-core:4.19.0.1'
testImplementation 'software.amazon.awssdk:dynamodb:2.32.30'
testImplementation 'software.amazon.awssdk:dynamodb:2.34.8'
}
2 changes: 1 addition & 1 deletion modules/weaviate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description = "Testcontainers :: Weaviate"
dependencies {
api project(':testcontainers')

testImplementation 'io.weaviate:client:5.4.0'
testImplementation 'io.weaviate:client:5.5.0'
}
Loading