File tree 2 files changed +2
-2
lines changed
src/test/java/org/springframework/data/r2dbc/testing
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
30
30
<degraph-check .version>0.1.4</degraph-check .version>
31
31
<postgresql .version>42.2.5</postgresql .version>
32
- <mysql .version>5.1.47 </mysql .version>
32
+ <mysql .version>8.0.21 </mysql .version>
33
33
<jasync .version>1.0.14</jasync .version>
34
34
<r2dbc-mariadb .version>0.8.1-alpha1</r2dbc-mariadb .version>
35
35
<r2dbc-spi-test .version>0.8.0.RELEASE</r2dbc-spi-test .version>
Original file line number Diff line number Diff line change 29
29
import org .testcontainers .containers .MySQLContainer ;
30
30
31
31
import com .github .jasync .r2dbc .mysql .MysqlConnectionFactoryProvider ;
32
- import com .mysql .jdbc . jdbc2 . optional .MysqlDataSource ;
32
+ import com .mysql .cj . jdbc .MysqlDataSource ;
33
33
34
34
/**
35
35
* Utility class for testing against MySQL.
You can’t perform that action at this time.
0 commit comments