From 7d8c3a6718132f22cab8f4f9a6e56de36267768f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 05:44:49 +0000 Subject: [PATCH] Bump junit-platform-launcher from 1.4.0 to 1.4.1 Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.4.0 to 1.4.1. - [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 0a45aab3885f..166266aef626 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.4.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.0' - testCompile 'org.junit.platform:junit-platform-launcher:1.4.0' + testCompile 'org.junit.platform:junit-platform-launcher:1.4.1' testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1' testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.2'