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 Jun 29, 2023
1 parent a699e16 commit f1aa6a5
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.1.0-jre")

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

Expand Down

0 comments on commit f1aa6a5

Please sign in to comment.