From 3de9ac774c70c02a13469e5539de3cb68ef7a239 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 04:13:53 +0000 Subject: [PATCH] Bump easy-random-randomizers from 4.0.0 to 5.0.0 Bumps [easy-random-randomizers](https://github.com/j-easy/easy-random) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/j-easy/easy-random/releases) - [Commits](https://github.com/j-easy/easy-random/compare/easy-random-4.0.0...easy-random-5.0.0) 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 bb94998..d156d69 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter:$junit5_version" testImplementation 'org.mockito:mockito-junit-jupiter:2.23.4' testImplementation 'org.jeasy:easy-random-core:4.1.0' - testImplementation 'org.jeasy:easy-random-randomizers:4.0.0' + testImplementation 'org.jeasy:easy-random-randomizers:5.0.0' testImplementation 'org.jeasy:easy-random-bean-validation:4.0.0' testImplementation 'io.github.glytching:junit-extensions:2.3.0' testImplementation 'pl.pojo:pojo-tester:0.7.6'