diff --git a/build.gradle b/build.gradle index 6913fab8cc0..876b5ccea8f 100644 --- a/build.gradle +++ b/build.gradle @@ -160,7 +160,7 @@ dependencies { compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.2.1' compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.2.1' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2' testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.1'