This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 388cb02fdff [FE](memory) Update mariadb-java-client to 3.0.9 to avoid memory leak (#32129) 388cb02fdff is described below commit 388cb02fdffa80ff839c64ae429f9e861783b1d5 Author: Gavin Chou <gavineaglec...@gmail.com> AuthorDate: Tue Mar 12 21:54:53 2024 +0800 [FE](memory) Update mariadb-java-client to 3.0.9 to avoid memory leak (#32129) --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index de3fcfa9aaf..89a7af17364 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.669</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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org