From f61770d41220632b7a3c0922b0d66d7df7340fcf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 07:48:23 +0000 Subject: [PATCH] Bump junit-jupiter from 5.5.1 to 5.5.2 Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.5.1...r5.5.2) 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 b60f4f279d8..bdb312f9678 100644 --- a/build.gradle +++ b/build.gradle @@ -204,7 +204,7 @@ dependencies { compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.4.1' testCompile 'junit:junit:4.12' - testImplementation 'org.junit.jupiter:junit-jupiter:5.5.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.1' testCompile 'org.junit.platform:junit-platform-launcher:1.5.1'