Skip to content

Commit

Permalink
[fix](fe) Upgrade mariadb client version from 3.0.4 to 3.0.9 (#30242)
Browse files Browse the repository at this point in the history
mariadb-java-client 3.0.4 has two serious problems:
* https://jira.mariadb.org/browse/CONJ-972
* https://jira.mariadb.org/browse/CONJ-973
  • Loading branch information
SWJTU-ZhangLei authored Jan 22, 2024
1 parent c21ddbe commit 7db104e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ under the License.
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.15</httpcore.version>
<aws-java-sdk.version>1.12.625</aws-java-sdk.version>
<mariadb-java-client.version>3.0.4</mariadb-java-client.version>
<mariadb-java-client.version>3.0.9</mariadb-java-client.version>
<dlf-metastore-client-hive.version>0.2.14</dlf-metastore-client-hive.version>
<hadoop.version>3.3.6</hadoop.version>
<joda.version>2.8.1</joda.version>
Expand Down

0 comments on commit 7db104e

Please sign in to comment.