From d64494e517893e71e2f1cdafa9ed826c0c1935b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 08:32:44 +0100 Subject: [PATCH] Bump junit-vintage-engine from 5.4.0 to 5.4.1 (#4772) Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.4.0...r5.4.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 599dd191bfe..c329ea2d3c5 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'