diff --git a/docs/examples/junit5/redis/build.gradle b/docs/examples/junit5/redis/build.gradle index 60e78fc589d..8fa80763e00 100644 --- a/docs/examples/junit5/redis/build.gradle +++ b/docs/examples/junit5/redis/build.gradle @@ -6,7 +6,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' testImplementation project(":testcontainers") testImplementation project(":junit-jupiter") testImplementation 'org.assertj:assertj-core:3.27.3' diff --git a/examples/cucumber/build.gradle b/examples/cucumber/build.gradle index c0e916c652c..e11220a26c5 100644 --- a/examples/cucumber/build.gradle +++ b/examples/cucumber/build.gradle @@ -19,7 +19,7 @@ dependencies { testImplementation 'io.cucumber:cucumber-junit-platform-engine' testImplementation 'org.testcontainers:selenium' testImplementation 'org.assertj:assertj-core:3.26.3' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/hazelcast/build.gradle b/examples/hazelcast/build.gradle index fcbc30049ee..82a20e45b54 100644 --- a/examples/hazelcast/build.gradle +++ b/examples/hazelcast/build.gradle @@ -12,7 +12,7 @@ dependencies { 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' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/immudb/build.gradle b/examples/immudb/build.gradle index 55abe166f88..077b11e3b31 100644 --- a/examples/immudb/build.gradle +++ b/examples/immudb/build.gradle @@ -14,8 +14,8 @@ dependencies { testImplementation 'com.google.guava:guava:23.0' 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' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/kafka-cluster/build.gradle b/examples/kafka-cluster/build.gradle index fbb098c72a5..5643e3484c2 100644 --- a/examples/kafka-cluster/build.gradle +++ b/examples/kafka-cluster/build.gradle @@ -16,7 +16,7 @@ dependencies { 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' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/nats/build.gradle b/examples/nats/build.gradle index 90f0643a7bc..8bc11f8946d 100644 --- a/examples/nats/build.gradle +++ b/examples/nats/build.gradle @@ -13,7 +13,7 @@ dependencies { 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' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/neo4j-container/build.gradle b/examples/neo4j-container/build.gradle index 0bede32a835..d2a8e76a153 100644 --- a/examples/neo4j-container/build.gradle +++ b/examples/neo4j-container/build.gradle @@ -12,5 +12,5 @@ dependencies { testImplementation 'org.testcontainers:neo4j' testImplementation 'org.testcontainers:junit-jupiter' 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.13.4' } diff --git a/examples/ollama-hugging-face/build.gradle b/examples/ollama-hugging-face/build.gradle index aae4e4353bc..8d4a5021871 100644 --- a/examples/ollama-hugging-face/build.gradle +++ b/examples/ollama-hugging-face/build.gradle @@ -12,7 +12,7 @@ dependencies { 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.5' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/redis-backed-cache/build.gradle b/examples/redis-backed-cache/build.gradle index a67d83de4e3..6bed627ee73 100644 --- a/examples/redis-backed-cache/build.gradle +++ b/examples/redis-backed-cache/build.gradle @@ -16,7 +16,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3' 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' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/selenium-container/build.gradle b/examples/selenium-container/build.gradle index 823a7ccfc41..cb0f695e0a4 100644 --- a/examples/selenium-container/build.gradle +++ b/examples/selenium-container/build.gradle @@ -17,7 +17,7 @@ dependencies { testImplementation 'org.testcontainers:selenium' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.assertj:assertj-core:3.26.3' - testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.8.2" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.4" } test { diff --git a/examples/sftp/build.gradle b/examples/sftp/build.gradle index 3a07bc675c4..58b3ff9b9b8 100644 --- a/examples/sftp/build.gradle +++ b/examples/sftp/build.gradle @@ -12,7 +12,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.26.3' 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.13.4' } test { diff --git a/examples/singleton-container/build.gradle b/examples/singleton-container/build.gradle index 05a344a845f..683284096e5 100644 --- a/examples/singleton-container/build.gradle +++ b/examples/singleton-container/build.gradle @@ -17,7 +17,7 @@ dependencies { testImplementation 'org.testcontainers:testcontainers' 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' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/solr-container/build.gradle b/examples/solr-container/build.gradle index 75ddcd62d67..b8f36d68189 100644 --- a/examples/solr-container/build.gradle +++ b/examples/solr-container/build.gradle @@ -16,7 +16,7 @@ dependencies { testImplementation 'org.testcontainers:solr' 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' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' } test { diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index 2001c393afa..2f74be5019a 100644 --- a/examples/spring-boot/build.gradle +++ b/examples/spring-boot/build.gradle @@ -17,7 +17,7 @@ dependencies { runtimeOnly 'org.postgresql:postgresql' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.testcontainers:postgresql' - testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.8.2" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.4" } test { diff --git a/examples/zookeeper/build.gradle b/examples/zookeeper/build.gradle index a9f41e76c07..2d862e3cb79 100644 --- a/examples/zookeeper/build.gradle +++ b/examples/zookeeper/build.gradle @@ -12,7 +12,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.26.3' 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.13.4' } test {