diff --git a/build.gradle b/build.gradle index 9561c8e..fe049a2 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion" testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" - testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.12.2" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.0" } test {