This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new cbbb0622bd [KYUUBI #6818] Upgrade mysql jdbc version to 8.4.0
cbbb0622bd is described below
commit cbbb0622bdae6964c70a7904cd81400322b64f4b
Author: Wang, Fei <[email protected]>
AuthorDate: Fri Nov 22 17:39:33 2024 +0800
[KYUUBI #6818] Upgrade mysql jdbc version to 8.4.0
# :mag: Description
## Issue References ๐
Fix CVE: https://github.com/advisories/GHSA-m6vm-37g8-gqvh
## Describe Your Solution ๐ง
Upgrade to 8.4.0, the latest 8.x version.
## Types of changes :bookmark:
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
GA.
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6818 from turboFei/mysql_version.
Closes #6818
954d3c91e [Wang, Fei] Upgrade mysql jdbc version to 8.4.0
Authored-by: Wang, Fei <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f2a37c519d..074a8ceb4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<kyuubi-relocated-zookeeper.artifacts>kyuubi-relocated-zookeeper-34</kyuubi-relocated-zookeeper.artifacts>
<ldapsdk.version>6.0.5</ldapsdk.version>
<log4j.version>2.24.1</log4j.version>
- <mysql.jdbc.version>8.0.32</mysql.jdbc.version>
+ <mysql.jdbc.version>8.4.0</mysql.jdbc.version>
<mockito.version>4.11.0</mockito.version>
<netty.version>4.1.108.Final</netty.version>
<openai.java.version>0.12.0</openai.java.version>