We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d7b8f commit f276643Copy full SHA for f276643
build.gradle.kts
@@ -68,7 +68,7 @@ dependencies {
68
api("org.assertj:assertj-assertions-generator:2.2.1")
69
70
implementation(gradleKotlinDsl())
71
- implementation("com.google.guava:guava:33.3.1-jre")
+ implementation("com.google.guava:guava:33.4.8-jre")
72
73
val kotlinVersion = "1.6.21"
74
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
0 commit comments