Skip to content

Commit

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 4, 2021
1 parent a81af4b commit c0a83c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ project.tasks.jarFileTest.configure {
tasks.check.dependsOn tasks.jarFileTest

dependencies {
compileOnly 'com.google.auto.service:auto-service:1.0-rc6'
compileOnly 'com.google.auto.service:auto-service:1.0-rc7'

compile 'net.bytebuddy:byte-buddy:1.10.12'
compile 'net.bytebuddy:byte-buddy-agent:1.10.19'
Expand Down
2 changes: 1 addition & 1 deletion junit-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test {
}

dependencies {
compileOnly 'com.google.auto.service:auto-service:1.0-rc6'
compileOnly 'com.google.auto.service:auto-service:1.0-rc7'
compile project(path: ":agent", configuration: 'shadow')

compileOnly 'org.junit.platform:junit-platform-launcher:1.0.0'
Expand Down

0 comments on commit c0a83c9

Please sign in to comment.