Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Sep 17, 2024
1 parent f183153 commit c901c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
jooqVersion = '3.14.16'
awssdkVersion = '2.26.5'
commonsDbcp2Version = '2.12.0'
mysqlDriverVersion = '8.0.33'
mysqlDriverVersion = '8.4.0'
postgresqlDriverVersion = '42.7.3'
oracleDriverVersion = '21.14.0.0'
sqlserverDriverVersion = '11.2.3.jre8'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
implementation 'software.amazon.awssdk:applicationautoscaling'
implementation 'software.amazon.awssdk:dynamodb'
implementation "org.apache.commons:commons-dbcp2:${commonsDbcp2Version}"
implementation "mysql:mysql-connector-java:${mysqlDriverVersion}"
implementation "com.mysql:mysql-connector-j:${mysqlDriverVersion}"
implementation "org.postgresql:postgresql:${postgresqlDriverVersion}"
implementation "com.oracle.database.jdbc:ojdbc8:${oracleDriverVersion}"
implementation "com.microsoft.sqlserver:mssql-jdbc:${sqlserverDriverVersion}"
Expand Down

0 comments on commit c901c32

Please sign in to comment.