Update dependency com.google.auto.value:auto-value-annotations to v1.10.4 (#5809)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-11 10:20:43 -05:00 committed by GitHub
parent 4a44474ff0
commit b9b1e817ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ repositories {
dependencies {
implementation(enforcedPlatform("com.squareup.wire:wire-bom:4.8.1"))
implementation("com.google.auto.value:auto-value-annotations:1.10.3")
implementation("com.google.auto.value:auto-value-annotations:1.10.4")
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.21.0")
// Needed for japicmp but not automatically brought in for some reason.