Skip to content

Commit

Permalink
Backport to branch(3.9) : Fix CVE-2023-22102 (#2244)
Browse files Browse the repository at this point in the history
Co-authored-by: Toshihiro <[email protected]>
  • Loading branch information
feeblefakie and brfrn169 authored Sep 17, 2024
1 parent 74c085b commit 7258b26
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.20.54'
commonsDbcp2Version = '2.9.0'
mysqlDriverVersion = '8.0.33'
mysqlDriverVersion = '8.4.0'
postgresqlDriverVersion = '42.7.2'
oracleDriverVersion = '21.9.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 @@ -96,7 +96,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 7258b26

Please sign in to comment.