Browse Source

build(deps): bump auto-service from 1.0-rc5 to 1.0.1 (#1673)

* build(deps): bump auto-service from 1.0-rc5 to 1.0.1

Bumps [auto-service](https://github.com/google/auto) from 1.0-rc5 to 1.0.1.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](https://github.com/google/auto/commits/auto-common-1.0.1)

---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix auto-serivce dependency

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
pull/1671/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
b25f949ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apt-test-generator/pom.xml

4
apt-test-generator/pom.xml

@ -65,8 +65,8 @@ @@ -65,8 +65,8 @@
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc5</version>
<artifactId>auto-service-annotations</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>

Loading…
Cancel
Save