Skip to content

Commit 2f07fdc

Browse files
Bump auto-service from 1.0 to 1.0.1 in /modules/mariadb
Bumps [auto-service](https://github.com/google/auto) from 1.0 to 1.0.1. - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.0...auto-common-1.0.1) --- updated-dependencies: - dependency-name: com.google.auto.service:auto-service dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5370e25 commit 2f07fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mariadb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
description = "Testcontainers :: JDBC :: MariaDB"
22

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

77
api project(':jdbc')

0 commit comments

Comments
 (0)