Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service
  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 Jun 13, 2023
1 parent fd63929 commit 5372ea3
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 @@ -106,7 +106,7 @@ val moshiVersion = "1.15.0"
dependencies {
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.0.0")
implementation("com.squareup.moshi:moshi:$moshiVersion")
implementation("com.google.auto.service:auto-service:1.1.0")
implementation("com.google.auto.service:auto-service:1.1.1")
implementation("com.squareup:kotlinpoet:1.13.2")
implementation("com.squareup.okio:okio:3.3.0")
implementation("com.google.auto.value:auto-value:1.10.1")
Expand Down

0 comments on commit 5372ea3

Please sign in to comment.