Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zac Sweers <[email protected]>
  • Loading branch information
dependabot[bot] and ZacSweers authored Nov 14, 2023
1 parent dae93b5 commit 24433d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {
implementation("com.google.auto.service:auto-service:1.1.1")
implementation("com.squareup:kotlinpoet:1.13.2")
implementation("com.squareup.okio:okio:3.6.0")
implementation("com.google.auto.value:auto-value:1.10.2")
implementation("com.google.auto.value:auto-value:1.10.4")
implementation("com.google.auto.value:auto-value-annotations:1.10.4")
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.1.5")
Expand Down

0 comments on commit 24433d0

Please sign in to comment.