From 0199b0abd3ce51f4a9af46944e80bb5211f3a132 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:12:58 +0000 Subject: [PATCH] Bump junit-platform-gradle-plugin from 1.0.0-M3 to 1.2.0 Bumps [junit-platform-gradle-plugin](https://github.com/junit-team/junit5) from 1.0.0-M3 to 1.2.0. - [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 115b1cb..b81b8a9 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-M3' + classpath 'org.junit.platform:junit-platform-gradle-plugin:1.2.0' } }