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

luchunliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new a43f4e90d2 [INLONG-9644][CVE] Unify the Guava version to fix the CVE 
(#9645)
a43f4e90d2 is described below

commit a43f4e90d26a8cddbbb0f8e3748aff4fc4d86401
Author: Charles Zhang <[email protected]>
AuthorDate: Thu Feb 1 16:48:10 2024 +0800

    [INLONG-9644][CVE] Unify the Guava version to fix the CVE (#9645)
---
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml
index 2f6ee93fa0..0c401d08cd 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml
@@ -31,7 +31,6 @@
     <properties>
         
<inlong.root.dir>${project.parent.parent.parent.parent.parent.basedir}</inlong.root.dir>
         <stax2-api.version>4.2.1</stax2-api.version>
-        <guava.version>31.0.1-jre</guava.version>
     </properties>
 
     <dependencies>

Reply via email to