From d1171185802dd40a38549f0086607d7cedfe0496 Mon Sep 17 00:00:00 2001 From: Zhfuln Date: Wed, 12 Oct 2022 15:53:51 +0800 Subject: [PATCH] update mysql:mysql-connector-java 5.1.48 to 8.0.28 --- admin/pom.xml | 4 ++-- client-adapter/kudu/pom.xml | 6 +++--- client-adapter/pom.xml | 4 ++-- pom.xml | 5 +++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/admin/pom.xml b/admin/pom.xml index 233542568..b0dee504a 100644 --- a/admin/pom.xml +++ b/admin/pom.xml @@ -70,7 +70,7 @@ mysql mysql-connector-java - 5.1.48 + 8.0.28 com.github.ben-manes.caffeine @@ -124,4 +124,4 @@ - + \ No newline at end of file diff --git a/client-adapter/kudu/pom.xml b/client-adapter/kudu/pom.xml index e2d30c89d..4c49cd02f 100644 --- a/client-adapter/kudu/pom.xml +++ b/client-adapter/kudu/pom.xml @@ -32,7 +32,7 @@ mysql mysql-connector-java - 5.1.48 + 8.0.28 test @@ -71,7 +71,7 @@ - + @@ -82,4 +82,4 @@ - + \ No newline at end of file diff --git a/client-adapter/pom.xml b/client-adapter/pom.xml index 302ced94c..a61f45bde 100644 --- a/client-adapter/pom.xml +++ b/client-adapter/pom.xml @@ -149,7 +149,7 @@ mysql mysql-connector-java - 5.1.48 + 8.0.28 org.postgresql @@ -296,4 +296,4 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index bac0379ee..11137bbcc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 com.alibaba.otter @@ -329,7 +330,7 @@ mysql mysql-connector-java - 5.1.48 + 8.0.28 @@ -499,4 +500,4 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + \ No newline at end of file