Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8daef1c
Bump com.rabbitmq:amqp-client from 5.25.0 to 5.26.0 in /core
dependabot[bot] Jul 28, 2025
e7a5b50
Bump com.rabbitmq:amqp-client from 5.25.0 to 5.26.0 in /modules/rabbitmq
dependabot[bot] Jul 28, 2025
fa6dcfe
Bump software.amazon.awssdk:dynamodb in /modules/scylladb
dependabot[bot] Jul 28, 2025
e1d76cf
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/mssqlserver
dependabot[bot] Jul 28, 2025
b65a2e8
Bump org.elasticsearch.client:elasticsearch-rest-client
dependabot[bot] Jul 28, 2025
2788878
Bump com.solacesystems:sol-jcsmp in /modules/solace
dependabot[bot] Jul 28, 2025
bf57d65
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/azure
dependabot[bot] Jul 28, 2025
82b0888
Bump com.google.cloud:libraries-bom in /modules/gcloud
dependabot[bot] Jul 28, 2025
e4abbf4
Bump org.apache.activemq:artemis-jakarta-client in /modules/activemq
dependabot[bot] Jul 28, 2025
1413e44
Bump io.rest-assured:rest-assured from 5.5.0 to 5.5.5 in /examples
dependabot[bot] Jul 28, 2025
78aa5f4
Bump com.zaxxer:HikariCP from 6.3.0 to 7.0.0 in /modules/spock
dependabot[bot] Jul 29, 2025
f1c5822
Bump com.github.mwiede:jsch from 2.27.0 to 2.27.2 in /examples
dependabot[bot] Jul 29, 2025
98ab332
Bump com.google.code.gson:gson from 2.11.0 to 2.13.1 in /examples
dependabot[bot] Jul 29, 2025
c883515
Bump ch.qos.logback:logback-classic from 1.3.14 to 1.3.15 in /examples
dependabot[bot] Jul 29, 2025
2c579ea
Bump commons-io:commons-io from 2.19.0 to 2.20.0 in /modules/hivemq
dependabot[bot] Jul 29, 2025
37ac130
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.re…
eddumelendez Jul 29, 2025
4cd3a10
Merge remote-tracking branch 'origin/dependabot/gradle/modules/active…
eddumelendez Jul 29, 2025
99ecd75
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.g…
eddumelendez Jul 29, 2025
349cd26
Merge remote-tracking branch 'origin/dependabot/gradle/examples/ch.qo…
eddumelendez Jul 29, 2025
f2d0a89
Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud…
eddumelendez Jul 29, 2025
5108a28
Merge remote-tracking branch 'origin/dependabot/gradle/modules/azure/…
eddumelendez Jul 29, 2025
3394a58
Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/…
eddumelendez Jul 29, 2025
d34b0e7
Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace…
eddumelendez Jul 29, 2025
6637a53
Merge remote-tracking branch 'origin/dependabot/gradle/modules/elasti…
eddumelendez Jul 29, 2025
87104d7
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqls…
eddumelendez Jul 29, 2025
56f0014
Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…
eddumelendez Jul 29, 2025
5c34865
Merge remote-tracking branch 'origin/dependabot/gradle/modules/scylla…
eddumelendez Jul 29, 2025
c8ed16d
Merge remote-tracking branch 'origin/dependabot/gradle/modules/rabbit…
eddumelendez Jul 29, 2025
56f2253
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.g…
eddumelendez Jul 29, 2025
98e7e1d
Merge remote-tracking branch 'origin/dependabot/gradle/core/com.rabbi…
eddumelendez Jul 29, 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 core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
}
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'redis.clients:jedis:6.0.0'
testImplementation 'com.rabbitmq:amqp-client:5.25.0'
testImplementation 'com.rabbitmq:amqp-client:5.26.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'

testImplementation ('org.mockito:mockito-core:4.11.0') {
Expand Down
2 changes: 1 addition & 1 deletion examples/hazelcast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'com.hazelcast:hazelcast:5.3.8'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/immudb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'com.google.guava:guava:23.0'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
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 @@ -13,7 +13,7 @@ dependencies {
testImplementation 'org.apache.kafka:kafka-clients:4.0.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'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testImplementation 'org.awaitility:awaitility:4.2.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/nats/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'io.nats:jnats:2.21.4'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
Expand Down
4 changes: 2 additions & 2 deletions examples/ollama-hugging-face/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repositories {
dependencies {
testImplementation 'org.testcontainers:ollama'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testImplementation 'io.rest-assured:rest-assured:5.5.0'
testImplementation 'io.rest-assured:rest-assured:5.5.5'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
}

Expand Down
4 changes: 2 additions & 2 deletions examples/redis-backed-cache-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repositories {
dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.36'
implementation 'redis.clients:jedis:6.0.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.13.1'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.testng:testng:7.5.1'
testImplementation 'org.assertj:assertj-core:3.26.3'
}
Expand Down
4 changes: 2 additions & 2 deletions examples/redis-backed-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ repositories {
dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.36'
implementation 'redis.clients:jedis:6.0.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.13.1'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.assertj:assertj-core:3.26.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
}
Expand Down
4 changes: 2 additions & 2 deletions examples/sftp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ repositories {
}

dependencies {
testImplementation 'com.github.mwiede:jsch:2.27.0'
testImplementation 'com.github.mwiede:jsch:2.27.2'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
}
Expand Down
4 changes: 2 additions & 2 deletions examples/singleton-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repositories {
dependencies {

implementation 'redis.clients:jedis:6.0.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.13.1'
implementation 'com.google.guava:guava:23.0'
compileOnly 'org.slf4j:slf4j-api:1.7.36'

testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
Expand Down
2 changes: 1 addition & 1 deletion examples/zookeeper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testImplementation 'org.apache.curator:curator-framework:5.8.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
}
Expand Down
2 changes: 1 addition & 1 deletion modules/activemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies {

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation "org.apache.activemq:activemq-client:6.1.7"
testImplementation "org.apache.activemq:artemis-jakarta-client:2.41.0"
testImplementation "org.apache.activemq:artemis-jakarta-client:2.42.0"
}
2 changes: 1 addition & 1 deletion modules/azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
testImplementation 'com.azure:azure-data-tables'
testImplementation 'com.azure:azure-messaging-eventhubs'
testImplementation 'com.azure:azure-messaging-servicebus'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.1.jre8-preview'
}
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: elasticsearch"

dependencies {
api project(':testcontainers')
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.0.3"
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.0.4"
testImplementation "org.elasticsearch.client:transport:7.17.29"
testImplementation 'org.assertj:assertj-core:3.27.3'
}
Expand Down
2 changes: 1 addition & 1 deletion modules/gcloud/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
dependencies {
api project(':testcontainers')

testImplementation platform("com.google.cloud:libraries-bom:26.63.0")
testImplementation platform("com.google.cloud:libraries-bom:26.64.0")
testImplementation 'com.google.cloud:google-cloud-bigquery'
testImplementation 'com.google.cloud:google-cloud-datastore'
testImplementation 'com.google.cloud:google-cloud-firestore'
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api("org.jetbrains:annotations:26.0.2")

shaded("org.apache.commons:commons-lang3:3.18.0")
shaded("commons-io:commons-io:2.19.0")
shaded("commons-io:commons-io:2.20.0")
shaded("org.javassist:javassist:3.30.2-GA")
shaded("org.jboss.shrinkwrap:shrinkwrap-api:1.2.6")
shaded("org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6")
Expand Down
2 changes: 1 addition & 1 deletion modules/mssqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'

testImplementation project(':jdbc-test')
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.0.jre8-preview'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.1.1.jre8-preview'

testImplementation project(':r2dbc')
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion modules/rabbitmq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: RabbitMQ"

dependencies {
api project(":testcontainers")
testImplementation 'com.rabbitmq:amqp-client:5.25.0'
testImplementation 'com.rabbitmq:amqp-client:5.26.0'
testImplementation 'org.assertj:assertj-core:3.27.3'
compileOnly 'org.jetbrains:annotations:26.0.2'
}
Expand Down
2 changes: 1 addition & 1 deletion modules/scylladb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies {

testImplementation 'com.scylladb:java-driver-core:4.19.0.1'
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'software.amazon.awssdk:dynamodb:2.32.0'
testImplementation 'software.amazon.awssdk:dynamodb:2.32.9'
}
2 changes: 1 addition & 1 deletion modules/solace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
shaded 'org.awaitility:awaitility:4.3.0'

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'com.solacesystems:sol-jcsmp:10.27.2'
testImplementation 'com.solacesystems:sol-jcsmp:10.27.3'
testImplementation 'org.apache.qpid:qpid-jms-client:0.61.0'
testImplementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'
Expand Down
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation project(':mysql')
testImplementation project(':postgresql')

testImplementation 'com.zaxxer:HikariCP:6.3.0'
testImplementation 'com.zaxxer:HikariCP:7.0.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'

testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
Expand Down
Loading