From d529806e5cd50f81fab51dd87d711db57b298e8b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:28:52 +0000 Subject: [PATCH] Bump junit-jupiter from 5.6.1 to 5.6.2 Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.6.1 to 5.6.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.2) 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 16a2141c654..bf5ffc93a0c 100644 --- a/build.gradle +++ b/build.gradle @@ -201,7 +201,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.0' testImplementation 'io.github.classgraph:classgraph:4.8.69' - testImplementation 'org.junit.jupiter:junit-jupiter:5.6.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.1' testImplementation 'org.junit.platform:junit-platform-launcher:1.6.1'