diff --git a/build.gradle b/build.gradle index 0a45aab3885..1cc7066f70c 100644 --- a/build.gradle +++ b/build.gradle @@ -162,7 +162,7 @@ dependencies { compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.4.0' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.0' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.1' testCompile 'org.junit.platform:junit-platform-launcher:1.4.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1'