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 6d077c9 commit a7a26f9Copy full SHA for a7a26f9
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.2.0-jre")
+ implementation("com.google.guava:guava:33.2.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