From ca6274bf4603b845d95e384b5435b23fd94001ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:22:00 +0000 Subject: [PATCH] Bump com.github.f4b6a3:uuid-creator from 5.3.7 to 6.0.0 Bumps [com.github.f4b6a3:uuid-creator](https://github.com/f4b6a3/uuid-creator) from 5.3.7 to 6.0.0. - [Release notes](https://github.com/f4b6a3/uuid-creator/releases) - [Changelog](https://github.com/f4b6a3/uuid-creator/blob/master/CHANGELOG.md) - [Commits](https://github.com/f4b6a3/uuid-creator/compare/uuid-creator-5.3.7...uuid-creator-6.0.0) --- updated-dependencies: - dependency-name: com.github.f4b6a3:uuid-creator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 14e66e9d..75f3ce54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr # other clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.4.0" } jdom = { module = "org.jdom:jdom2", version = "2.0.6.1" } -uuid = { module = "com.github.f4b6a3:uuid-creator", version = "5.3.7" } +uuid = { module = "com.github.f4b6a3:uuid-creator", version = "6.0.0" } jwt = { module = "com.auth0:java-jwt", version = "4.4.0" } apache-compress = { module = "org.apache.commons:commons-compress", version = "1.27.1" }