Skip to content

Commit

Permalink
Merge pull request #60 from openrewrite/tim/guava-32.0.1-jre
Browse files Browse the repository at this point in the history
Adopt guava:32.1.1-jre
  • Loading branch information
knutwannheden authored Jul 6, 2023
2 parents 2980a15 + 7a68698 commit 205030b
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 @@ -40,7 +40,7 @@ dependencies {
implementation("io.micrometer:micrometer-core:1.9.+")
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0")
runtimeOnly("it.unimi.dsi:fastutil:8.5.2")
runtimeOnly("com.google.guava:guava:31.1-jre")
runtimeOnly("com.google.guava:guava:32.1.1-jre")
runtimeOnly("one.util:streamex:0.8.1")

implementation("org.ow2.asm:asm:9.5")
Expand Down

0 comments on commit 205030b

Please sign in to comment.