We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b7d25 commit d904b13Copy full SHA for d904b13
buildSrc/build.gradle.kts
@@ -55,7 +55,7 @@ dependencies {
55
// When updating, update above in plugins too
56
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
57
// Needed for japicmp but not automatically brought in for some reason.
58
- implementation("com.google.guava:guava:33.3.0-jre")
+ implementation("com.google.guava:guava:33.3.1-jre")
59
implementation("com.squareup:javapoet:1.13.0")
60
implementation("com.squareup.wire:wire-compiler")
61
implementation("com.squareup.wire:wire-gradle-plugin")
0 commit comments