We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ee3ed commit b56d5e4Copy full SHA for b56d5e4
gradle/libs.versions.toml
@@ -62,7 +62,7 @@ ktor-client-auth = { group = "io.ktor", name = "ktor-client-auth", version.ref =
62
ktor-serialization-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
63
64
keycloak-authz-client = { group = "org.keycloak", name = "keycloak-authz-client", version = "18.0.1" }
65
-guava = { group = "com.google.guava", name = "guava", version = "31.1-jre" }
+guava = { group = "com.google.guava", name = "guava", version = "32.0.0-jre" }
66
modelix-incremental = { group = "org.modelix", name = "incremental", version = "0.1.4" }
67
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.13.1" }
68
vavr = { group = "io.vavr", name = "vavr", version = "0.10.4" }
0 commit comments