Skip to content

Commit

Permalink
Bump auto-service to 1.0 too, see #191
Browse files Browse the repository at this point in the history
The bump by dependabot-preview only did modify the version for
auto-service-annotations, despite having one PR titled auto-service.

Since dependabot-preview is now deactivated, the PR can't be used
anyway.

This commit manually synchronizes the version to 1.0.

Closes #190.
  • Loading branch information
simonbasle committed Oct 6, 2021
1 parent 131eb1c commit 820adc7
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 @@ -53,7 +53,7 @@ tasks.check.dependsOn tasks.jarFileTest

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

implementation 'net.bytebuddy:byte-buddy:1.11.19'
implementation 'net.bytebuddy:byte-buddy-agent:1.11.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 @@ -22,7 +22,7 @@ test {

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

//the api configuration ensures we publish blockhound at compile scope in pom
api project(path: ":agent", configuration: 'shadow')
Expand Down

0 comments on commit 820adc7

Please sign in to comment.