Skip to content

Commit 7b676a9

Browse files
committed
#398 - Upgrade to MySQL JDBC connector 8.0.21.
1 parent 682b6ff commit 7b676a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<degraph-check.version>0.1.4</degraph-check.version>
3131
<postgresql.version>42.2.5</postgresql.version>
32-
<mysql.version>5.1.47</mysql.version>
32+
<mysql.version>8.0.21</mysql.version>
3333
<jasync.version>1.0.14</jasync.version>
3434
<r2dbc-mariadb.version>0.8.1-alpha1</r2dbc-mariadb.version>
3535
<r2dbc-spi-test.version>0.8.0.RELEASE</r2dbc-spi-test.version>

src/test/java/org/springframework/data/r2dbc/testing/MySqlTestSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.testcontainers.containers.MySQLContainer;
3030

3131
import com.github.jasync.r2dbc.mysql.MysqlConnectionFactoryProvider;
32-
import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
32+
import com.mysql.cj.jdbc.MysqlDataSource;
3333

3434
/**
3535
* Utility class for testing against MySQL.

0 commit comments

Comments
 (0)