#398 - Upgrade to MySQL JDBC connector 8.0.21.

This commit is contained in:
Mark Paluch
2020-07-14 15:15:02 +02:00
parent 682b6ffa75
commit 7b676a93ce
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.data.r2dbc.testing.ExternalDatabase.ProvidedDatabase;
import org.testcontainers.containers.MySQLContainer;
import com.github.jasync.r2dbc.mysql.MysqlConnectionFactoryProvider;
import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
import com.mysql.cj.jdbc.MysqlDataSource;
/**
* Utility class for testing against MySQL.