This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit fb2145fe9616d85cb0df4df0f3593e1a9cbf679c
Author: Lei Zhang <[email protected]>
AuthorDate: Tue Jan 23 01:56:52 2024 +0800

    [fix](fe) Upgrade mariadb client version from 3.0.4 to 3.0.9 (#30242)
    
    mariadb-java-client 3.0.4 has two serious problems:
    * https://jira.mariadb.org/browse/CONJ-972
    * https://jira.mariadb.org/browse/CONJ-973
---
 fe/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 36efe4890de..33959e978d6 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to