From daa0b041a6564b8df846a81f4a5bba1a708cb180 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 06:19:34 +0000 Subject: [PATCH] Bump junit-jupiter from 5.5.0 to 5.5.1 Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.5.0...r5.5.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dd80cfd2f61..09be58bcf1b 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencies { compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.4.0' compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.4.0' - testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.5.1' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.0' testCompile 'org.junit.platform:junit-platform-launcher:1.5.1'