From 8bb5e71762e549360dff14074ac6c22ee9c5d108 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 07:11:07 +0000 Subject: [PATCH] Bump junitJupiterVersion from 5.0.0-M3 to 5.8.0-M1 Bumps `junitJupiterVersion` from 5.0.0-M3 to 5.8.0-M1. Updates `junit-jupiter-api` from 5.0.0-M3 to 5.8.0-M1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.0.0-M3...r5.8.0-M1) Updates `junit-jupiter-engine` from 5.0.0-M3 to 5.8.0-M1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.0.0-M3...r5.8.0-M1) 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 115b1cb..d87d5e0 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'java' apply plugin: 'org.junit.platform.gradle.plugin' sourceCompatibility = 1.8 -ext.junitJupiterVersion = '5.0.0-M3' +ext.junitJupiterVersion = '5.8.0-M1' compileJava { options.compilerArgs << '-parameters'