From 44f733927dff870aef1ccba3464d8d18b06eb511 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 08:26:48 +0000 Subject: [PATCH] Bump junit-platform-launcher from 1.6.1 to 1.6.2 Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) 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 04c82de94b8d..1d2664198478 100644 --- a/build.gradle +++ b/build.gradle @@ -203,7 +203,7 @@ dependencies { testImplementation 'io.github.classgraph:classgraph:4.8.68' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.1' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.1' - testImplementation 'org.junit.platform:junit-platform-launcher:1.6.1' + testImplementation 'org.junit.platform:junit-platform-launcher:1.6.2' testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.9' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'