diff --git a/build.gradle b/build.gradle index 593a8d5ea02..aab40c01189 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2' testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.2' testCompile 'org.junit.platform:junit-platform-launcher:1.3.2'