Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
c935f7f
Bump com.hivemq:hivemq-extension-sdk in /modules/hivemq
dependabot[bot] Jul 15, 2025
c4920b1
Bump org.junit.platform:junit-platform-launcher in /modules/spock
dependabot[bot] Jul 15, 2025
329b888
Bump org.elasticsearch.client:elasticsearch-rest-client
dependabot[bot] Jul 15, 2025
1ebf422
Bump com.couchbase.client:java-client in /modules/couchbase
dependabot[bot] Jul 15, 2025
e85d0ea
Bump io.fabric8:kubernetes-client from 6.13.1 to 7.3.1 in /modules/k3s
dependabot[bot] Jul 15, 2025
1930217
Bump com.influxdb:influxdb-client-java in /modules/influxdb
dependabot[bot] Jul 15, 2025
69c4161
Bump uk.org.webcompere:system-stubs-junit4 in /modules/grafana
dependabot[bot] Jul 15, 2025
90aa239
Bump org.apache.activemq:artemis-jakarta-client in /modules/activemq
dependabot[bot] Jul 15, 2025
871680f
Bump org.apache.tinkerpop:gremlin-driver in /modules/orientdb
dependabot[bot] Jul 15, 2025
f2dacfb
Bump org.apache.solr:solr-solrj from 8.11.3 to 8.11.4 in /modules/solr
dependabot[bot] Jul 15, 2025
efba9d5
Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/…
eddumelendez Jul 16, 2025
999ef5c
Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…
eddumelendez Jul 16, 2025
9cfea9e
Merge remote-tracking branch 'origin/dependabot/gradle/modules/couchb…
eddumelendez Jul 16, 2025
38b1b08
Merge remote-tracking branch 'origin/dependabot/gradle/modules/k3s/io…
eddumelendez Jul 16, 2025
9fb826c
Merge remote-tracking branch 'origin/dependabot/gradle/modules/influx…
eddumelendez Jul 16, 2025
ff23be4
Merge remote-tracking branch 'origin/dependabot/gradle/modules/grafan…
eddumelendez Jul 16, 2025
dd6e302
Merge remote-tracking branch 'origin/dependabot/gradle/modules/active…
eddumelendez Jul 16, 2025
a69544d
Merge remote-tracking branch 'origin/dependabot/gradle/modules/orient…
eddumelendez Jul 16, 2025
273d3b4
Merge remote-tracking branch 'origin/dependabot/gradle/modules/solr/o…
eddumelendez Jul 16, 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/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.37.0"
testImplementation "org.apache.activemq:artemis-jakarta-client:2.41.0"
}
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.12.0'

testImplementation 'com.couchbase.client:java-client:3.7.3'
testImplementation 'com.couchbase.client:java-client:3.8.3'
testImplementation 'org.awaitility:awaitility:4.3.0'
testImplementation 'org.assertj:assertj-core:3.27.3'
}
Expand Down
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:8.15.1"
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.0.3"
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/grafana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'io.rest-assured:rest-assured:5.5.5'
testImplementation 'io.micrometer:micrometer-registry-otlp:1.15.1'
testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.6'
testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.8'

testImplementation platform('io.opentelemetry:opentelemetry-bom:1.51.0')
testImplementation 'io.opentelemetry:opentelemetry-api'
Expand Down
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:5.13.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
testImplementation(project(":junit-jupiter"))
testImplementation("com.hivemq:hivemq-extension-sdk:4.32.0")
testImplementation("com.hivemq:hivemq-extension-sdk:4.41.0")
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.7")
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
testImplementation("ch.qos.logback:logback-classic:1.5.18")
Expand Down
2 changes: 1 addition & 1 deletion modules/influxdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'org.influxdb:influxdb-java:2.25'
testImplementation "com.influxdb:influxdb-client-java:6.12.0"
testImplementation "com.influxdb:influxdb-client-java:7.3.0"
}

tasks.japicmp {
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.13.1'
testImplementation 'io.fabric8:kubernetes-client:7.3.1'
testImplementation 'io.kubernetes:client-java:24.0.0-legacy'
testImplementation 'org.assertj:assertj-core:3.27.3'
}
2 changes: 1 addition & 1 deletion modules/orientdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api "com.orientechnologies:orientdb-client:3.2.42"

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.2'
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.3'
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.42"
}

Expand Down
2 changes: 1 addition & 1 deletion modules/solr/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.12.0'

testImplementation 'org.apache.solr:solr-solrj:8.11.3'
testImplementation 'org.apache.solr:solr-solrj:8.11.4'
testImplementation 'org.assertj:assertj-core:3.27.3'
}

Expand Down
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.3'

testCompileOnly 'org.jetbrains:annotations:26.0.2'
Expand Down
Loading