Skip to content

Commit 36e2035

Browse files
Bump auto-service from 1.0-rc7 to 1.0 in /modules/postgresql (#3984)
Bumps [auto-service](https://github.com/google/auto) from 1.0-rc7 to 1.0. - [Release notes](https://github.com/google/auto/releases) - [Commits](https://github.com/google/auto/commits/auto-value-1.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e48b355 commit 36e2035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/postgresql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
description = "Testcontainers :: JDBC :: PostgreSQL"
22

33
dependencies {
4-
annotationProcessor 'com.google.auto.service:auto-service:1.0-rc7'
5-
compileOnly 'com.google.auto.service:auto-service:1.0-rc6'
4+
annotationProcessor 'com.google.auto.service:auto-service:1.0'
5+
compileOnly 'com.google.auto.service:auto-service:1.0'
66

77
compile project(':jdbc')
88

0 commit comments

Comments
 (0)