Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: com.google.auto.service:auto-service
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 8f6812e commit 2714b32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ project.tasks.jarFileTest.configure {
tasks.check.dependsOn tasks.jarFileTest

dependencies {
compileOnly 'com.google.auto.service:auto-service-annotations:1.0.1'
annotationProcessor 'com.google.auto.service:auto-service:1.0'
compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1.1'
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'

implementation 'net.bytebuddy:byte-buddy:1.14.4'
implementation 'net.bytebuddy:byte-buddy-agent:1.14.4'
Expand Down
4 changes: 2 additions & 2 deletions junit-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ test {
}

dependencies {
compileOnly 'com.google.auto.service:auto-service-annotations:1.0.1'
annotationProcessor 'com.google.auto.service:auto-service:1.0'
compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1.1'
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'

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

0 comments on commit 2714b32

Please sign in to comment.