From 896cc8ed38a68598ec017d67baa561197fcec24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 10:07:49 +0000 Subject: [PATCH] Bump junit-platform-launcher from 1.7.0 to 1.7.1 Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.7.0 to 1.7.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 5b2db0a2df5..2dc6e52a10e 100644 --- a/build.gradle +++ b/build.gradle @@ -197,7 +197,7 @@ dependencies { testImplementation 'io.github.classgraph:classgraph:4.8.102' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.1' - testImplementation 'org.junit.platform:junit-platform-launcher:1.7.0' + testImplementation 'org.junit.platform:junit-platform-launcher:1.7.1' testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.19' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'