From 06bad94096f5c182bdc8bde7c46c4c24d3b47421 Mon Sep 17 00:00:00 2001 From: Wym_meng Date: Wed, 19 Apr 2023 11:52:28 +0000 Subject: [PATCH 1/3] Fix for Shell Command Injection, DoS and Arbitrary Code Execution. Signed-off-by: Wym_meng --- openGauss2mysql/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openGauss2mysql/pom.xml b/openGauss2mysql/pom.xml index b4c9616..e00033f 100644 --- a/openGauss2mysql/pom.xml +++ b/openGauss2mysql/pom.xml @@ -21,7 +21,7 @@ mysql mysql-connector-java - 8.0.30 + 8.0.31 com.alibaba @@ -36,7 +36,7 @@ org.apache.maven.surefire maven-surefire-common - 2.22.2 + 3.0.0 org.apache.commons @@ -46,7 +46,7 @@ org.yaml snakeyaml - 1.25 + 2.0 junit -- Gitee From e55462cd9827f3291712ff42bc52761e6fd85087 Mon Sep 17 00:00:00 2001 From: Wym_meng Date: Wed, 19 Apr 2023 12:14:17 +0000 Subject: [PATCH 2/3] update openGauss2mysql/pom.xml. Signed-off-by: Wym_meng --- openGauss2mysql/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openGauss2mysql/pom.xml b/openGauss2mysql/pom.xml index e00033f..9b244ac 100644 --- a/openGauss2mysql/pom.xml +++ b/openGauss2mysql/pom.xml @@ -21,7 +21,7 @@ mysql mysql-connector-java - 8.0.31 + 8.0.30 com.alibaba @@ -46,7 +46,7 @@ org.yaml snakeyaml - 2.0 + 1.25 junit -- Gitee From 5908acf921170439e99eb9dd88781f5627c88200 Mon Sep 17 00:00:00 2001 From: Wym_meng Date: Wed, 19 Apr 2023 12:29:29 +0000 Subject: [PATCH 3/3] update openGauss2mysql/pom.xml. Signed-off-by: Wym_meng --- openGauss2mysql/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openGauss2mysql/pom.xml b/openGauss2mysql/pom.xml index 9b244ac..e65e3ff 100644 --- a/openGauss2mysql/pom.xml +++ b/openGauss2mysql/pom.xml @@ -21,7 +21,7 @@ mysql mysql-connector-java - 8.0.30 + 8.0.31 com.alibaba @@ -36,7 +36,7 @@ org.apache.maven.surefire maven-surefire-common - 3.0.0 + 2.22.2 org.apache.commons -- Gitee