Skip to content

Commit c9b940e

Browse files
Backport to branch(3.12) : Fix CVE-2023-22102 (#2241)
Co-authored-by: Toshihiro <[email protected]>
1 parent edcf1e5 commit c9b940e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)