diff --git a/build.gradle b/build.gradle index 97105a2f..17075e9a 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ allprojects { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.1' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.1' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.2' } test {