Bump com.google.auto.service:auto-service from 1.1.0 to 1.1.1 in /examples/extension (#8698)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-13 09:58:00 +03:00 committed by GitHub
parent 195dcd73d8
commit 9b6e2b0506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ ext {
] ]
deps = [ deps = [
autoservice: dependencies.create(group: 'com.google.auto.service', name: 'auto-service', version: '1.1.0') autoservice: dependencies.create(group: 'com.google.auto.service', name: 'auto-service', version: '1.1.1')
] ]
} }