We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac1f9f commit cc7b268Copy full SHA for cc7b268
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:7.0.2")
57
// Needed for japicmp but not automatically brought in for some reason.
58
- implementation("com.google.guava:guava:33.4.0-jre")
+ implementation("com.google.guava:guava:33.4.5-jre")
59
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19.2")
60
implementation("com.squareup:javapoet:1.13.0")
61
implementation("com.squareup.wire:wire-compiler")
0 commit comments