Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33.4.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent e46f772 commit fa9af42
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 @@ -29,7 +29,7 @@ dependencies {
implementation("dev.triumphteam:triumph-cmd-jda-slash:2.0.0-SNAPSHOT")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
implementation("com.google.guava:guava:33.2.1-jre")
implementation("com.google.guava:guava:33.4.0-jre")

developmentOnly("org.springframework.boot:spring-boot-devtools")
}
Expand Down

0 comments on commit fa9af42

Please sign in to comment.