Skip to content

Commit bd9cf43

Browse files
authored
Merge pull request #41 from sourceplusplus/dependabot/gradle/com.google.guava-guava-31.1-jre
Bump guava from 31.0.1-jre to 31.1-jre
2 parents d36a9e5 + 027a264 commit bd9cf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kotlin {
6868
val jvmTest by getting {
6969
dependencies {
7070
implementation("io.vertx:vertx-core:$vertxVersion")
71-
implementation("com.google.guava:guava:31.0.1-jre")
71+
implementation("com.google.guava:guava:31.1-jre")
7272
implementation("junit:junit:4.13.2")
7373
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
7474
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")

0 commit comments

Comments
 (0)