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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new bed46fbdc [Improve] upgrade dependency version to fix vulnerabilities 
(#2648)
bed46fbdc is described below

commit bed46fbdc713eab46f6c3014bb6742059c8cc322
Author: zhoulii <[email protected]>
AuthorDate: Tue Apr 18 20:06:40 2023 +0800

    [Improve] upgrade dependency version to fix vulnerabilities (#2648)
    
    Co-authored-by: zhoulii <[email protected]>
---
 pom.xml                                                             | 6 +++++-
 streampark-console/streampark-console-service/pom.xml               | 2 +-
 .../streampark-flink-client/streampark-flink-client-api/pom.xml     | 2 --
 .../streampark-flink-client/streampark-flink-client-core/pom.xml    | 1 -
 streampark-shaded/pom.xml                                           | 2 +-
 streampark-spark/pom.xml                                            | 1 -
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 207e1444a..704a2bafc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.11</logback.version>
         <grpc.version>1.15.0</grpc.version>
-        <jackson.version>2.13.4</jackson.version>
+        <jackson.version>2.13.5</jackson.version>
         <guava.version>30.0-jre</guava.version>
         <caffeine.version>2.8.6</caffeine.version>
         <mysql.version>8.0.27</mysql.version>
@@ -476,6 +476,10 @@
                         <groupId>ch.qos.reload4j</groupId>
                         <artifactId>*</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>io.netty</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 
diff --git a/streampark-console/streampark-console-service/pom.xml 
b/streampark-console/streampark-console-service/pom.xml
index 67dd320d7..37443e1aa 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -33,7 +33,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <postgresql.version>42.5.0</postgresql.version>
+        <postgresql.version>42.5.1</postgresql.version>
         <mybatis-plus.version>3.5.2</mybatis-plus.version>
         <streampark.flink.shims.version>1.14</streampark.flink.shims.version>
         
<frontend.project.name>streampark-console-webapp</frontend.project.name>
diff --git 
a/streampark-flink/streampark-flink-client/streampark-flink-client-api/pom.xml 
b/streampark-flink/streampark-flink-client/streampark-flink-client-api/pom.xml
index f77f89154..763c35190 100644
--- 
a/streampark-flink/streampark-flink-client/streampark-flink-client-api/pom.xml
+++ 
b/streampark-flink/streampark-flink-client/streampark-flink-client-api/pom.xml
@@ -63,14 +63,12 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-mapreduce-client-core</artifactId>
-            <version>${hadoop.version}</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
-            <version>${hadoop.version}</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git 
a/streampark-flink/streampark-flink-client/streampark-flink-client-core/pom.xml 
b/streampark-flink/streampark-flink-client/streampark-flink-client-core/pom.xml
index 7d73d0043..d843df2e5 100644
--- 
a/streampark-flink/streampark-flink-client/streampark-flink-client-core/pom.xml
+++ 
b/streampark-flink/streampark-flink-client/streampark-flink-client-core/pom.xml
@@ -61,7 +61,6 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-mapreduce-client-core</artifactId>
-            <version>${hadoop.version}</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/streampark-shaded/pom.xml b/streampark-shaded/pom.xml
index 0abce0de0..5a80dfb0a 100644
--- a/streampark-shaded/pom.xml
+++ b/streampark-shaded/pom.xml
@@ -33,7 +33,7 @@
     <properties>
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.11</logback.version>
-        <jackson.version>2.13.4</jackson.version>
+        <jackson.version>2.13.5</jackson.version>
         <scala.version>2.12.8</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
         <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
diff --git a/streampark-spark/pom.xml b/streampark-spark/pom.xml
index 5519ae06c..bef4c67d3 100644
--- a/streampark-spark/pom.xml
+++ b/streampark-spark/pom.xml
@@ -69,7 +69,6 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
-            <version>${hadoop.version}</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to