Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.2.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 3, 2024
1 parent 857171b commit 8dc7ab0
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 @@ -102,7 +102,7 @@ subprojects {

dependencies {
val log4jVersion = "2.23.1"
val guavaVersion = "33.2.0-jre"
val guavaVersion = "33.2.1-jre"
implementation("org.apache.logging.log4j:log4j-core:$log4jVersion")
implementation("com.github.spotbugs:spotbugs-annotations:4.8.5")
implementation("com.google.guava:guava:$guavaVersion")
Expand Down

0 comments on commit 8dc7ab0

Please sign in to comment.