From aaaf9bd42d946772438dec55a82d5403e2c42163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 07:14:58 +0000 Subject: [PATCH] Bump junit-vintage-engine from 5.4.1 to 5.4.2 Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.4.1 to 5.4.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.4.1...r5.4.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8f63f2fdbe1..b20bd600e17 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.2' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.1' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.2' testCompile 'org.junit.platform:junit-platform-launcher:1.4.2' testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1'