Skip to content

Commit

Permalink
Bump auto-service from 1.0-rc4 to 1.0-rc6 (#87)
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-rc6.
- [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] committed Feb 26, 2020
1 parent c262b42 commit f884e47
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-rc4'
compileOnly 'com.google.auto.service:auto-service:1.0-rc6'

compile 'net.bytebuddy:byte-buddy:1.10.8'
compile 'net.bytebuddy:byte-buddy-agent:1.10.8'
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-rc4'
compileOnly 'com.google.auto.service:auto-service:1.0-rc6'
compile project(path: ":agent", configuration: 'shadow')

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

0 comments on commit f884e47

Please sign in to comment.