From 74dbd9ab9cff0842be19ea0d800e55cff7612f12 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Thu, 17 Oct 2024 13:50:57 +0800 Subject: [PATCH] [SPARK-49996][SQL][TESTS] Upgrade `mysql-connector-j` to 9.1.0 ### What changes were proposed in this pull request? The pr aims to upgrade `mysql-connector-j` from `9.0.0` to `9.1.0`. ### Why are the changes needed? The full release notes of `mysql-connector-j` 9.1.0: https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-1-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 #48504 from panbingkun/SPARK-49996. Authored-by: panbingkun Signed-off-by: Kent Yao --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cab7f7f595434..ff15f200e2bb1 100644 --- a/pom.xml +++ b/pom.xml @@ -327,7 +327,7 @@ -Dio.netty.tryReflectionSetAccessible=true 2.7.12 - 9.0.0 + 9.1.0 42.7.4 11.5.9.0 12.8.1.jre11