File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ subprojects {
2929 jooqVersion = ' 3.14.16'
3030 awssdkVersion = ' 2.24.0'
3131 commonsDbcp2Version = ' 2.11.0'
32- mysqlDriverVersion = ' 8.0.33 '
32+ mysqlDriverVersion = ' 8.4.0 '
3333 postgresqlDriverVersion = ' 42.7.2'
3434 oracleDriverVersion = ' 21.11.0.0'
3535 sqlserverDriverVersion = ' 11.2.3.jre8'
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ dependencies {
9696 implementation ' software.amazon.awssdk:applicationautoscaling'
9797 implementation ' software.amazon.awssdk:dynamodb'
9898 implementation " org.apache.commons:commons-dbcp2:${ commonsDbcp2Version} "
99- implementation " mysql:mysql-connector-java :${ mysqlDriverVersion} "
99+ implementation " com. mysql:mysql-connector-j :${ mysqlDriverVersion} "
100100 implementation " org.postgresql:postgresql:${ postgresqlDriverVersion} "
101101 implementation " com.oracle.database.jdbc:ojdbc8:${ oracleDriverVersion} "
102102 implementation " com.microsoft.sqlserver:mssql-jdbc:${ sqlserverDriverVersion} "
You can’t perform that action at this time.
0 commit comments