diff --git a/build.gradle b/build.gradle index 827d519782f..9464b267ca7 100644 --- a/build.gradle +++ b/build.gradle @@ -161,9 +161,7 @@ dependencies { compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.3.0' compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0' - testCompile 'org.junit.jupiter:junit-jupiter-params:5.4.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.4.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.0' testCompile 'org.junit.platform:junit-platform-launcher:1.4.0'