From d82ff26bbdde6018c875c983c4732663f7928757 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 07:11:46 +0000 Subject: [PATCH] Bump junit from 4.12 to 4.13 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13) 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 f21e95925a..056b784b68 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { // --------------------------------------- ext.reactiveStreamsVersion = "1.0.3" - ext.junitVersion = "4.12" + ext.junitVersion = "4.13" ext.testNgVersion = "7.0.0" ext.mockitoVersion = "3.2.4" ext.jmhLibVersion = "1.21"