Skip to content

Commit f1cff9d

Browse files
Bump com.google.auto.service:auto-service in /modules/mysql
Bumps [com.google.auto.service:auto-service](https://github.com/google/auto) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-common-1.0.1...auto-value-1.1) --- updated-dependencies: - dependency-name: com.google.auto.service:auto-service dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01bd9a0 commit f1cff9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/mysql/build.gradle

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

33
dependencies {
4-
annotationProcessor 'com.google.auto.service:auto-service:1.0.1'
5-
compileOnly 'com.google.auto.service:auto-service:1.0.1'
4+
annotationProcessor 'com.google.auto.service:auto-service:1.1.0'
5+
compileOnly 'com.google.auto.service:auto-service:1.1.0'
66

77
api project(':jdbc')
88

0 commit comments

Comments
 (0)