Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mariad…
Browse files Browse the repository at this point in the history
…b/com.google.auto.service-auto-service-1.1.1' into combined-pr-branch
  • Loading branch information
eddumelendez committed Jul 2, 2023
2 parents 825a529 + 8d233c5 commit 4d6e67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mariadb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
description = "Testcontainers :: JDBC :: MariaDB"

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

api project(':jdbc')

Expand Down

0 comments on commit 4d6e67b

Please sign in to comment.