diff --git a/build.gradle b/build.gradle index f12d32e1f52..6648d325f4c 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ subprojects { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.3' testCompileOnly 'junit:junit:4.13.2' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.9.3' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'