Skip to content

Commit

Permalink
Merge pull request #41 from sourceplusplus/dependabot/gradle/com.goog…
Browse files Browse the repository at this point in the history
…le.guava-guava-31.1-jre

Bump guava from 31.0.1-jre to 31.1-jre
  • Loading branch information
BFergerson authored Mar 1, 2022
2 parents d36a9e5 + 027a264 commit bd9cf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ kotlin {
val jvmTest by getting {
dependencies {
implementation("io.vertx:vertx-core:$vertxVersion")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("com.google.guava:guava:31.1-jre")
implementation("junit:junit:4.13.2")
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
Expand Down

0 comments on commit bd9cf43

Please sign in to comment.