From 8ace648a8357c0ec8ff8b1d9c2a49a17a07d2202 Mon Sep 17 00:00:00 2001 From: Wei Guo Date: Thu, 4 Jul 2024 08:19:23 +0900 Subject: [PATCH] [SPARK-47046][BUILD][TESTS] Upgrade `mysql-connector-j` to 9.0.0 ### What changes were proposed in this pull request? This PR aims to upgrade `mysql-connector-j` from 8.4.0 to 9.0.0. ### Why are the changes needed? Version 9.0.0 is a new GA release version and is recommended for use. The full release notes of `mysql-connector-j` 9.0.0: https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-0-0.html ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #47200 from wayneguow/upgrade_mysql_connector. Authored-by: Wei Guo Signed-off-by: Hyukjin Kwon --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5e8946176d1c..f99af0ca80035 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ -Dio.netty.tryReflectionSetAccessible=true 2.7.12 - 8.4.0 + 9.0.0 42.7.3 11.5.9.0 12.6.2.jre11