Skip to content

Commit

Permalink
chore(deps): update dependency com.google.auto.service:auto-service t…
Browse files Browse the repository at this point in the history
…o v1.1.1
  • Loading branch information
renovate[bot] authored Jun 12, 2023
1 parent 658393a commit 8b885bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/acra-basic-java-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ dependencies {
val acraVersion = "5.9.7"
implementation("ch.acra:acra-http:$acraVersion")

annotationProcessor("com.google.auto.service:auto-service:1.1.0")
annotationProcessor("com.google.auto.service:auto-service:1.1.1")
compileOnly("com.google.auto.service:auto-service-annotations:1.1.0")
}
2 changes: 1 addition & 1 deletion examples/acra-basic-kotlin-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
val acraVersion = "5.9.7"
implementation("ch.acra:acra-http:$acraVersion")

kapt("com.google.auto.service:auto-service:1.1.0")
kapt("com.google.auto.service:auto-service:1.1.1")
compileOnly("com.google.auto.service:auto-service-annotations:1.1.0")
}

Expand Down

0 comments on commit 8b885bc

Please sign in to comment.