Skip to content

Commit

Permalink
Bump auto-service from 1.0-rc4 to 1.0-rc5 (#120)
Browse files Browse the repository at this point in the history
Bumps [auto-service](https://github.com/google/auto) from 1.0-rc4 to 1.0-rc5.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](https://github.com/google/auto/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and bsideup committed Jun 23, 2019
1 parent fed05dc commit fe18556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) {
entry 'protobuf-java-util'
}

dependency 'com.google.auto.service:auto-service:1.0-rc4'
dependency 'com.google.auto.service:auto-service:1.0-rc5'

// Override kafka-clients' version, otherwise it comes from Spring Boot
dependency 'org.apache.kafka:kafka-clients:2.2.1'
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencyManagement {
}

dependency 'org.projectlombok:lombok:1.18.8'
dependency 'com.google.auto.service:auto-service:1.0-rc4'
dependency 'com.google.auto.service:auto-service:1.0-rc5'
}
}

Expand Down

0 comments on commit fe18556

Please sign in to comment.