From 4641d4083c36070047fc6f001a3003fce6204a59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 05:20:08 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.6.0 to 5.6.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.0 to 5.6.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.0...r5.6.2) Signed-off-by: dependabot-preview[bot] --- junit-platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit-platform/build.gradle b/junit-platform/build.gradle index 3954ba9..3758079 100644 --- a/junit-platform/build.gradle +++ b/junit-platform/build.gradle @@ -27,7 +27,7 @@ dependencies { testCompile 'org.assertj:assertj-core:3.15.0' testCompile 'io.projectreactor:reactor-core:3.2.2.RELEASE' - testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.0' + testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.0' // FIXME remove once https://github.com/gradle/gradle/issues/8806 is fixed