File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: JDBC :: MariaDB"
22
33dependencies {
44 annotationProcessor ' com.google.auto.service:auto-service:1.0.1'
5- compileOnly ' com.google.auto.service:auto-service:1.0'
5+ compileOnly ' com.google.auto.service:auto-service:1.0.1 '
66
77 api project(' :jdbc' )
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: MS SQL Server"
22
33dependencies {
44 annotationProcessor ' com.google.auto.service:auto-service:1.0.1'
5- compileOnly ' com.google.auto.service:auto-service:1.0'
5+ compileOnly ' com.google.auto.service:auto-service:1.0.1 '
66
77 api project(' :jdbc' )
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: JDBC :: MySQL"
22
33dependencies {
44 annotationProcessor ' com.google.auto.service:auto-service:1.0.1'
5- compileOnly ' com.google.auto.service:auto-service:1.0'
5+ compileOnly ' com.google.auto.service:auto-service:1.0.1 '
66
77 api project(' :jdbc' )
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: JDBC :: PostgreSQL"
22
33dependencies {
44 annotationProcessor ' com.google.auto.service:auto-service:1.0.1'
5- compileOnly ' com.google.auto.service:auto-service:1.0'
5+ compileOnly ' com.google.auto.service:auto-service:1.0.1 '
66
77 api project(' :jdbc' )
88
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "Testcontainers :: R2DBC"
66
77dependencies {
88 annotationProcessor ' com.google.auto.service:auto-service:1.0.1'
9- compileOnly ' com.google.auto.service:auto-service:1.0-rc6 '
9+ compileOnly ' com.google.auto.service:auto-service:1.0.1 '
1010
1111 api project(' :testcontainers' )
1212 api ' io.r2dbc:r2dbc-spi:0.8.1.RELEASE'
You can’t perform that action at this time.
0 commit comments