We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c90fdf commit 4a0367cCopy full SHA for 4a0367c
domene/build.gradle.kts
@@ -7,7 +7,7 @@ val kotlinxCoroutinesVersion = "1.9.0"
7
dependencies {
8
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
9
implementation(kotlin("stdlib"))
10
- implementation("com.google.guava:guava:33.3.0-jre")
+ implementation("com.google.guava:guava:33.3.1-jre")
11
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
12
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
13
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
0 commit comments