Skip to content

Commit 34c3dde

Browse files
committed
[SPARK-54155][BUILD][TESTS] Upgrade mssql-jdbc to 13.2.1.jre11
### What changes were proposed in this pull request? This PR aims to upgrade `mssql-jdbc` test dependency to `13.2.1.jre11`. ### Why are the changes needed? To use the latest features (like JDK 23 official support) and bug fixed versions during testing. - https://github.com/microsoft/mssql-jdbc/releases/tag/v13.2.1 - microsoft/mssql-jdbc#2801 - https://github.com/microsoft/mssql-jdbc/releases/tag/v13.2.0 - microsoft/mssql-jdbc#2724 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.2 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.1 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.10.0 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.9.0 - microsoft/mssql-jdbc#2515 - https://github.com/microsoft/mssql-jdbc/releases/tag/v12.8.2 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52856 from dongjoon-hyun/SPARK-54155. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 02ba89f commit 34c3dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<mysql.connector.version>9.2.0</mysql.connector.version>
345345
<postgresql.version>42.7.7</postgresql.version>
346346
<db2.jcc.version>11.5.9.0</db2.jcc.version>
347-
<mssql.jdbc.version>12.8.1.jre11</mssql.jdbc.version>
347+
<mssql.jdbc.version>13.2.1.jre11</mssql.jdbc.version>
348348
<ojdbc17.version>23.6.0.24.10</ojdbc17.version>
349349
<databricks.jdbc.version>2.7.1</databricks.jdbc.version>
350350
<snowflake.jdbc.version>3.26.1</snowflake.jdbc.version>

0 commit comments

Comments
 (0)