Skip to content

Commit

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

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 7d7abdb

Please sign in to comment.