diff --git a/build.gradle b/build.gradle index 9971084fe12..3ee4d01dd31 100644 --- a/build.gradle +++ b/build.gradle @@ -162,7 +162,7 @@ dependencies { 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.3.2' + testCompile 'org.junit.jupiter:junit-jupiter-params:5.4.0' 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.4.0'