From a880d43bc591e0d4940aae5bc637c8d62e2c34a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:11:33 +0000 Subject: [PATCH] Bump uuid-creator from 2.7.8 to 3.7.2 Bumps [uuid-creator](https://github.com/f4b6a3/uuid-creator) from 2.7.8 to 3.7.2. - [Release notes](https://github.com/f4b6a3/uuid-creator/releases) - [Commits](https://github.com/f4b6a3/uuid-creator/compare/uuid-creator-2.7.8...uuid-creator-3.7.2) 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 8984f7f..2976fbd 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation "org.apache.commons:commons-lang3:3.10" implementation "commons-io:commons-io:2.7" implementation "org.apache.commons:commons-math3:3.6.1" - implementation 'com.github.f4b6a3:uuid-creator:2.7.8' + implementation 'com.github.f4b6a3:uuid-creator:3.7.2' } jar {