Skip to content

Commit

Permalink
build(deps): bump auto-service from 1.0-rc5 to 1.0.1 (#1673)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dependabot[bot] and velo committed Jul 6, 2022
1 parent d499a2e commit b25f949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apt-test-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b25f949

Please sign in to comment.