This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f1a4431ca upgrade mysql connector due to CVE (#3010)
1f1a4431ca is described below

commit 1f1a4431ca13dcff5fa04688b474b794a725144b
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jul 29 19:46:14 2025 +0100

    upgrade mysql connector due to CVE (#3010)
---
 contrib/storage-jdbc/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index 8f64179108..1fc43950e4 100644
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -31,7 +31,7 @@
   <name>Drill : Contrib : Storage : JDBC</name>
 
   <properties>
-    <mysql.connector.version>8.0.28</mysql.connector.version>
+    <mysql.connector.version>8.4.0</mysql.connector.version>
     <clickhouse.jdbc.version>0.3.1</clickhouse.jdbc.version>
     <h2.version>2.2.220</h2.version>
     <postgresql.version>42.4.4</postgresql.version>
@@ -76,8 +76,8 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>mysql</groupId>
-      <artifactId>mysql-connector-java</artifactId>
+      <groupId>com.mysql</groupId>
+      <artifactId>mysql-connector-j</artifactId>
       <version>${mysql.connector.version}</version>
       <scope>test</scope>
     </dependency>

Reply via email to