From 0cb4907f77e06d992d332203322ba3bf4ad38bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 26 Nov 2018 07:30:41 +0100 Subject: [PATCH] Bump junit-vintage-engine from 5.3.1 to 5.3.2 (#4511) Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.3.1...r5.3.2) Signed-off-by: dependabot[bot] --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e0ca3da86d2..2da6e7d1afd 100644 --- a/build.gradle +++ b/build.gradle @@ -161,10 +161,11 @@ dependencies { compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.2.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2' - testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.1' + testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.1' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.2' testCompile 'org.junit.platform:junit-platform-launcher:1.3.2' + testCompile 'org.junit-pioneer:junit-pioneer:0.3.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1' testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.1'