Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent a699e16 commit 2e238c4
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 @@ -45,7 +45,7 @@ dependencies {

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")

implementation("com.google.guava:guava:31.1-jre")
implementation("com.google.guava:guava:32.0.0-jre")

implementation("net.kyori:adventure-text-minimessage:4.12.0")

Expand Down

0 comments on commit 2e238c4

Please sign in to comment.