Skip to content

Commit

Permalink
Bump auto-value-annotations from 1.10 to 1.10.1 (#4969)
Browse files Browse the repository at this point in the history
Bumps [auto-value-annotations](https://github.com/google/auto) from 1.10 to 1.10.1.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.10...auto-value-1.10.1)

---
updated-dependencies:
- dependency-name: com.google.auto.value:auto-value-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2022
1 parent c9053b6 commit f004af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
implementation("com.google.auto.value:auto-value-annotations:1.10")
implementation("com.google.auto.value:auto-value-annotations:1.10.1")
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.11.0")
// Needed for japicmp but not automatically brought in for some reason.
Expand Down

0 comments on commit f004af9

Please sign in to comment.