File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
src/main/java/org/testcontainers/containers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ dependencies {
77    api project(' :jdbc' 
88
99    compileOnly project(' :r2dbc' 
10-     compileOnly ' io.asyncer :r2dbc-mysql:0.9.0 ' 
10+     compileOnly ' dev.miku :r2dbc-mysql:0.8.2.RELEASE ' 
1111
1212    testImplementation project(' :jdbc-test' 
1313    testImplementation ' mysql:mysql-connector-java:8.0.32' 
1414
1515    testImplementation testFixtures(project(' :r2dbc' 
16-     testImplementation ' io.asyncer :r2dbc-mysql:0.9.0 ' 
16+     testImplementation ' dev.miku :r2dbc-mysql:0.8.2.RELEASE ' 
1717
1818    compileOnly ' org.jetbrains:annotations:24.0.1' 
1919}
Original file line number Diff line number Diff line change 11package  org .testcontainers .containers ;
22
33import  com .google .auto .service .AutoService ;
4- import  io . asyncer .r2dbc .mysql .MySqlConnectionFactoryProvider ;
4+ import  dev . miku .r2dbc .mysql .MySqlConnectionFactoryProvider ;
55import  io .r2dbc .spi .ConnectionFactoryMetadata ;
66import  io .r2dbc .spi .ConnectionFactoryOptions ;
77import  org .testcontainers .r2dbc .R2DBCDatabaseContainer ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments