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 c6d71bc commit a2b8484Copy full SHA for a2b8484
build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
75
api("org.assertj:assertj-assertions-generator:2.2.1")
76
77
implementation(gradleKotlinDsl())
78
- implementation("com.google.guava:guava:33.4.8-jre")
+ implementation("com.google.guava:guava:33.5.0-jre")
79
80
val kotlinVersion = "1.6.21"
81
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
0 commit comments