File tree 2 files changed +3
-3
lines changed
src/main/java/org/testcontainers/containers
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ dependencies {
7
7
api project(' :jdbc' )
8
8
9
9
compileOnly project(' :r2dbc' )
10
- compileOnly ' io.asyncer :r2dbc-mysql:0.9.0 '
10
+ compileOnly ' dev.miku :r2dbc-mysql:0.8.2.RELEASE '
11
11
12
12
testImplementation project(' :jdbc-test' )
13
13
testImplementation ' mysql:mysql-connector-java:8.0.32'
14
14
15
15
testImplementation testFixtures(project(' :r2dbc' ))
16
- testImplementation ' io.asyncer :r2dbc-mysql:0.9.0 '
16
+ testImplementation ' dev.miku :r2dbc-mysql:0.8.2.RELEASE '
17
17
18
18
compileOnly ' org.jetbrains:annotations:24.0.1'
19
19
}
Original file line number Diff line number Diff line change 1
1
package org .testcontainers .containers ;
2
2
3
3
import com .google .auto .service .AutoService ;
4
- import io . asyncer .r2dbc .mysql .MySqlConnectionFactoryProvider ;
4
+ import dev . miku .r2dbc .mysql .MySqlConnectionFactoryProvider ;
5
5
import io .r2dbc .spi .ConnectionFactoryMetadata ;
6
6
import io .r2dbc .spi .ConnectionFactoryOptions ;
7
7
import org .testcontainers .r2dbc .R2DBCDatabaseContainer ;
You can’t perform that action at this time.
0 commit comments