Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent a699e16 commit c72d6ad
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:33.3.1-jre")

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

Expand Down

0 comments on commit c72d6ad

Please sign in to comment.