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 e241b5a7fd [INLONG-9642][CVE] Unify the postgresql version to fix the 
CVE (#9643)
e241b5a7fd is described below

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

    [INLONG-9642][CVE] Unify the postgresql version to fix the CVE (#9643)
---
 .../sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml
index 04a26a2080..138e103ece 100644
--- 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml
+++ 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.4.1</version>
+            <version>${postgresql.version}</version>
         </dependency>
         <dependency>
             <groupId>io.debezium</groupId>

Reply via email to