From 39f7690c2c3ec76a9747b2e65e77d31d1c741dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 10:50:18 +0100 Subject: [PATCH] Bump junit-jupiter from 5.4.0 to 5.4.1 (#4775) Bumps [junit-jupiter](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 0b8f14c6198..1bee7bc1732 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +161,7 @@ dependencies { compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.3.1' compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.1' - testImplementation 'org.junit.jupiter:junit-jupiter:5.4.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.4.1' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.1' testCompile 'org.junit.platform:junit-platform-launcher:1.4.0'