Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 5b0859c commit 80f4c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.2")
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.5")
// Needed for japicmp but not automatically brought in for some reason.
implementation("com.google.guava:guava:32.1.3-jre")
implementation("com.google.guava:guava:33.3.1-jre")
}

0 comments on commit 80f4c47

Please sign in to comment.