Skip to content

Commit

Permalink
Update dependency com.google.auto.service:auto-service to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent a8ec775 commit bb9b8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/custom-instrumentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks.jar {

dependencies {
compileOnly("com.google.auto.service:auto-service-annotations:1.0.1")
annotationProcessor("com.google.auto.service:auto-service:1.0.1")
annotationProcessor("com.google.auto.service:auto-service:1.1.1")
val otelInstrumentationVersion = "1.13.1-alpha"
muzzleBootstrap("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:$otelInstrumentationVersion")
muzzleBootstrap("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:$otelInstrumentationVersion")
Expand Down

0 comments on commit bb9b8b6

Please sign in to comment.