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.
2 parents d36a9e5 + 027a264 commit bd9cf43Copy full SHA for bd9cf43
build.gradle.kts
@@ -68,7 +68,7 @@ kotlin {
68
val jvmTest by getting {
69
dependencies {
70
implementation("io.vertx:vertx-core:$vertxVersion")
71
- implementation("com.google.guava:guava:31.0.1-jre")
+ implementation("com.google.guava:guava:31.1-jre")
72
implementation("junit:junit:4.13.2")
73
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
74
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
0 commit comments