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 21, 2024
1 parent 19ab23d commit 8698166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val mockitoAgent = configurations.create("mockitoAgent")

dependencies {
implementation(group = "com.google.code.gson", name = "gson", version = "2.11.0")
implementation(group = "com.google.guava", name = "guava", version = "33.3.1-jre")
implementation(group = "com.google.guava", name = "guava", version = "33.4.0-jre")
implementation(group = "com.illposed.osc", name = "javaosc-core", version = "0.9") {
exclude("org.slf4j")
}
Expand Down

0 comments on commit 8698166

Please sign in to comment.