diff --git a/build.gradle b/build.gradle index 593a8d5ea02..fb5cc21fb36 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +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.3.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0' testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.2'