From 53698dac54e036204550f3219fea75d79e6dc985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 05:51:12 +0000 Subject: [PATCH] Bump junit-platform-launcher from 1.4.1 to 1.4.2 Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8a6385b8e6e..f1e0abcfda5 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ dependencies { 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.1' + testCompile 'org.junit.platform:junit-platform-launcher:1.4.2' testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1' testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.2'