Skip to content

Commit

Permalink
Bump com.google.auto.value:auto-value-annotations from 1.10.3 to 1.10…
Browse files Browse the repository at this point in the history
….4 (#457)

Bumps [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.10.3...auto-value-1.10.4)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 67cfcbd commit 73d5a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/completion/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("io.github.itsaky:nb-javac-android:17.0.0.3")
api("com.google.guava:guava:32.1.2-jre")

implementation("com.google.auto.value:auto-value-annotations:1.10.3")
implementation("com.google.auto.value:auto-value-annotations:1.10.4")
annotationProcessor("com.google.auto.value:auto-value:1.10.3")
implementation(projects.kotlinc)
implementation(projects.util)
Expand Down

0 comments on commit 73d5a2f

Please sign in to comment.