Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 84ba7a0 commit b5e5d7c
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 @@ -115,7 +115,7 @@ dependencies {
implementation("com.squareup:kotlinpoet:1.16.0")
implementation("com.squareup.okio:okio:3.9.0")
implementation("com.google.auto.value:auto-value:1.10.4")
implementation("com.google.auto.value:auto-value-annotations:1.10.4")
implementation("com.google.auto.value:auto-value-annotations:1.11.0")
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.4.2")
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.23")
Expand Down

0 comments on commit b5e5d7c

Please sign in to comment.