diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 369b5278..03e53c9a 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" }