Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre (#5668)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-01 14:59:33 -05:00 committed by GitHub
parent ad6cbfc4b4
commit dc1b47413e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ dependencies {
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.20.0")
// Needed for japicmp but not automatically brought in for some reason.
implementation("com.google.guava:guava:32.1.1-jre")
implementation("com.google.guava:guava:32.1.2-jre")
implementation("com.squareup:javapoet:1.13.0")
implementation("com.squareup.wire:wire-compiler:4.8.0")
implementation("com.squareup.wire:wire-gradle-plugin:4.8.0")