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/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 38318863f641 [SPARK-48625][BUILD] Upgrade `mssql-jdbc` to 12.6.2.jre11
38318863f641 is described below

commit 38318863f6411df7bb1ec105b8b2d3bd1dff3c6d
Author: Wei Guo <[email protected]>
AuthorDate: Fri Jun 14 13:54:54 2024 +0800

    [SPARK-48625][BUILD] Upgrade `mssql-jdbc` to 12.6.2.jre11
    
    ### What changes were proposed in this pull request?
    
    Upgrade `mssql-jdbc` to 12.6.2.jre11
    
    ### Why are the changes needed?
    
    There are some issue fixes and enhancements:
    https://github.com/microsoft/mssql-jdbc/releases/tag/v12.6.2
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Passed GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46981 from wayneguow/mssql-jdbc.
    
    Authored-by: Wei Guo <[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 a900cd993335..a80bb3c0a6c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,7 +326,7 @@
     <mysql.connector.version>8.4.0</mysql.connector.version>
     <postgresql.version>42.7.3</postgresql.version>
     <db2.jcc.version>11.5.9.0</db2.jcc.version>
-    <mssql.jdbc.version>12.6.1.jre11</mssql.jdbc.version>
+    <mssql.jdbc.version>12.6.2.jre11</mssql.jdbc.version>
     <ojdbc11.version>23.4.0.24.05</ojdbc11.version>
   </properties>
   <repositories>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to