From e8912c2f03c65fa3fbde44bc0b859344eb9dafac 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:15:26 +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 d80a139..dd1aa76 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'com.google.guava:guava:30.1.1-jre' implementation "commons-io:commons-io:2.8.0" - implementation 'com.github.f4b6a3:uuid-creator:2.7.8' + implementation 'com.github.f4b6a3:uuid-creator:3.7.2' } jar {