diff --git a/core/build.gradle b/core/build.gradle index fd6bb2df579..1bc76a8b047 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -116,7 +116,7 @@ dependencies { testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar') testImplementation 'org.assertj:assertj-core:3.27.7' - testImplementation 'io.rest-assured:rest-assured:5.5.6' + testImplementation 'io.rest-assured:rest-assured:5.5.7' jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}" jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}" diff --git a/modules/activemq/build.gradle b/modules/activemq/build.gradle index 41b81baa2c8..158e8503759 100644 --- a/modules/activemq/build.gradle +++ b/modules/activemq/build.gradle @@ -3,6 +3,6 @@ description = "Testcontainers :: ActiveMQ" dependencies { api project(':testcontainers') - testImplementation "org.apache.activemq:activemq-client:6.2.0" + testImplementation "org.apache.activemq:activemq-client:6.2.4" testImplementation "org.apache.activemq:artemis-jakarta-client:2.44.0" } diff --git a/modules/db2/build.gradle b/modules/db2/build.gradle index a0c3bc79e85..5546fdb6c65 100644 --- a/modules/db2/build.gradle +++ b/modules/db2/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers-jdbc') testImplementation project(':testcontainers-jdbc-test') - testRuntimeOnly 'com.ibm.db2:jcc:12.1.3.0' + testRuntimeOnly 'com.ibm.db2:jcc:12.1.4.0' } diff --git a/modules/grafana/build.gradle b/modules/grafana/build.gradle index da11a209555..c6ee3eaa010 100644 --- a/modules/grafana/build.gradle +++ b/modules/grafana/build.gradle @@ -4,10 +4,10 @@ dependencies { api project(':testcontainers') testImplementation 'io.rest-assured:rest-assured:5.5.7' - testImplementation 'io.micrometer:micrometer-registry-otlp:1.16.1' + testImplementation 'io.micrometer:micrometer-registry-otlp:1.16.5' testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8' - testImplementation platform('io.opentelemetry:opentelemetry-bom:1.57.0') + testImplementation platform('io.opentelemetry:opentelemetry-bom:1.61.0') testImplementation 'io.opentelemetry:opentelemetry-api' testImplementation 'io.opentelemetry:opentelemetry-sdk' testImplementation 'io.opentelemetry:opentelemetry-exporter-otlp' diff --git a/modules/hivemq/build.gradle b/modules/hivemq/build.gradle index 27014550dc4..57ee107f7b6 100644 --- a/modules/hivemq/build.gradle +++ b/modules/hivemq/build.gradle @@ -12,7 +12,7 @@ dependencies { shaded("net.lingala.zip4j:zip4j:2.11.6") testImplementation(project(":testcontainers-junit-jupiter")) - testImplementation("com.hivemq:hivemq-extension-sdk:4.47.1") + testImplementation("com.hivemq:hivemq-extension-sdk:4.50.0") testImplementation("com.hivemq:hivemq-mqtt-client:1.3.13") testImplementation("org.apache.httpcomponents:httpclient:4.5.14") testImplementation("ch.qos.logback:logback-classic:1.5.22") diff --git a/modules/orientdb/build.gradle b/modules/orientdb/build.gradle index f9ee813dc64..39b15e5a420 100644 --- a/modules/orientdb/build.gradle +++ b/modules/orientdb/build.gradle @@ -3,8 +3,8 @@ description = "Testcontainers :: Orientdb" dependencies { api project(":testcontainers") - api "com.orientechnologies:orientdb-client:3.2.46" + api "com.orientechnologies:orientdb-client:3.2.51" testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.1' - testImplementation "com.orientechnologies:orientdb-gremlin:3.2.46" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.51" } diff --git a/modules/scylladb/build.gradle b/modules/scylladb/build.gradle index f6d794e7525..a7931d7c7c9 100644 --- a/modules/scylladb/build.gradle +++ b/modules/scylladb/build.gradle @@ -3,6 +3,6 @@ description = "Testcontainers :: ScyllaDB" dependencies { api project(":testcontainers") - testImplementation 'com.scylladb:java-driver-core:4.19.0.4' + testImplementation 'com.scylladb:java-driver-core:4.19.0.8' testImplementation 'software.amazon.awssdk:dynamodb:2.40.4' }