File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
spring-data-jdbc/src/test/java/org/springframework/data/jdbc/testing Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3737 <hsqldb .version>2.2.8</hsqldb .version>
3838 <mariadb-java-client .version>2.6.0</mariadb-java-client .version>
3939 <mssql .version>7.0.0.jre8</mssql .version>
40- <mysql-connector-java .version>5.1.41 </mysql-connector-java .version>
40+ <mysql-connector-java .version>8.0.23 </mysql-connector-java .version>
4141 <postgresql .version>42.2.19</postgresql .version>
4242 <oracle .version>19.6.0.0</oracle .version>
4343
Original file line number Diff line number Diff line change 2121import javax .annotation .PostConstruct ;
2222import javax .sql .DataSource ;
2323
24+ import com .mysql .cj .jdbc .MysqlDataSource ;
2425import org .springframework .context .annotation .Configuration ;
2526import org .springframework .context .annotation .Profile ;
2627import org .springframework .core .io .ByteArrayResource ;
2728import org .springframework .jdbc .datasource .init .ScriptUtils ;
2829import org .testcontainers .containers .MySQLContainer ;
2930
30- import com .mysql .jdbc .jdbc2 .optional .MysqlDataSource ;
31-
3231/**
3332 * {@link DataSource} setup for MySQL. Starts a docker container with a MySql database and sets up a database name
3433 * "test" in it.
You can’t perform that action at this time.
0 commit comments