diff --git a/example-projects/junit5/build.gradle b/example-projects/junit5/build.gradle index ca776ecc5bf..3833dec3366 100644 --- a/example-projects/junit5/build.gradle +++ b/example-projects/junit5/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.3' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3' testImplementation 'org.slf4j:slf4j-jdk14:2.0.17' } diff --git a/example-projects/kotlin/build.gradle b/example-projects/kotlin/build.gradle index 93390fef9f0..9aaa95256bb 100644 --- a/example-projects/kotlin/build.gradle +++ b/example-projects/kotlin/build.gradle @@ -37,7 +37,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.3' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3' testImplementation "com.tngtech.jgiven:jgiven-junit5:${jgivenVersion}" testImplementation "com.tngtech.jgiven:jgiven-html5-report:${jgivenVersion}" }