Skip to content

Commit fcd0fe7

Browse files
Build(deps): Bump com.microsoft.sqlserver:mssql-jdbc from 13.2.1.jre8 to 13.3.0.jre8-preview (#1478)
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 13.2.1.jre8 to 13.3.0.jre8-preview. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/mssql-jdbc/releases">com.microsoft.sqlserver:mssql-jdbc's releases</a>.</em></p> <blockquote> <h2>[13.3.0] Preview Release</h2> <h3>Added</h3> <ul> <li> <p><strong>Performance logger and callback handling mechanism</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2706">#2706</a> <strong>What was added</strong>: Introduced performance logging framework to track critical driver operations such as connection time, prelogin, login, and token acquisition. <strong>Who benefits</strong>: Developers and operators monitoring JDBC driver performance. <strong>Impact</strong>: Enables visibility into driver-level latencies via com.microsoft.sqlserver.jdbc.PerformanceMetrics.Connection logger and extensible callback infrastructure for future metrics.</p> </li> <li> <p><strong>Test enhancements</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2712">#2712</a> <strong>What changed</strong>: Improved unit test coverage for SQLServerConnectionTest, SQLServerDatabaseMetaData and few more classes. <strong>Who benefits</strong>: Contributors and maintainers. <strong>Impact</strong>: Improves code coverage with junit tests.</p> </li> </ul> <h3>Changed</h3> <ul> <li><strong>Java 25 (LTS) support and removal of non-LTS versions 22–24</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2821">#2821</a> <strong>What changed</strong>: Added official support for Java 25 (LTS) and removed non-LTS Java versions (22–24) from Maven and Gradle build configurations. <strong>Who benefits</strong>: Developers aligning builds with long-term supported Java versions. <strong>Impact</strong>: Ensures continued compatibility and stability with LTS Java releases; simplifies build maintenance.</li> </ul> <h3>Fixed</h3> <ul> <li> <p><strong>Bulk insert parsing of isolated quotes in tab-delimited data</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2795">#2795</a> <strong>What was fixed</strong>: Resolved IndexOutOfBoundsException caused by incorrect quote state handling during tab-delimited bulk copy operations. <strong>Who benefits</strong>: Users performing bulk inserts from tab-delimited data containing isolated quotes. <strong>Impact</strong>: Ensures isolated quotes are treated as literal characters; improves parsing reliability and consistency.</p> </li> <li> <p><strong>PreparedStatement INSERT update Count with triggers and multi-Value inserts</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2817">#2817</a> <strong>What was fixed</strong>: Corrected inaccurate update counts returned by PreparedStatement for multi-value INSERT statements with triggers. <strong>Who benefits</strong>: Developers relying on accurate update counts in batch or trigger-based inserts. <strong>Impact</strong>: Ensures consistent and accurate update count behavior across all INSERT execution scenarios.</p> </li> <li> <p><strong>Fix for fatal error handling in DONE tokens</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2741">#2741</a> <strong>What was fixed</strong>: Corrected TDS message handling to properly detect and propagate fatal severity (25+) errors. <strong>Who benefits</strong>: Applications needing reliable error propagation during critical SQL Server failures. <strong>Impact</strong>: Prevents silent failures and ensures robust TDS stream recovery during fatal error conditions.</p> </li> <li> <p><strong>Fix for getParameterMetaData() crash with table-valued parameters</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2746">#2746</a> <strong>What was fixed</strong>: Prevented SQLServerException when calling getParameterMetaData() on statements using Table-Valued Parameters (TVPs). <strong>Who benefits</strong>: Developers using structured or table-valued parameters. <strong>Impact</strong>: Restores correct metadata extraction for TVP parameters, ensuring full JDBC metadata compatibility.</p> </li> <li> <p><strong>supportsIntegrityEnhancementFacility() returns accurate value</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2828">#2828</a> <strong>What was fixed</strong>: Corrected DatabaseMetaData.supportsIntegrityEnhancementFacility() to return true for SQL Server. <strong>Who benefits</strong>: Applications querying database metadata for integrity constraint support. <strong>Impact</strong>: Accurately reports SQL Server’s full support for primary, foreign key, and check constraints.</p> </li> <li> <p><strong>Fix bulk copy for batch insert to support InputStream data</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2826">#2826</a> <strong>What was fixed</strong>: Enabled setBinaryStream() to work correctly with Bulk Copy for Batch Insert into VARBINARY(MAX) columns. <strong>Who benefits</strong>: Developers inserting large binary data via streams.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Microsoft/mssql-jdbc/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.microsoft.sqlserver:mssql-jdbc&package-manager=maven&previous-version=13.2.1.jre8&new-version=13.3.0.jre8-preview)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 63b5fbd + 1d0301a commit fcd0fe7

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
@@ -107,7 +107,7 @@
107107
<postgresql.version>42.7.8</postgresql.version>
108108
<oracle.version>23.26.0.0.0</oracle.version>
109109
<mysql.version>9.5.0</mysql.version>
110-
<mssql.version>13.2.1.jre8</mssql.version>
110+
<mssql.version>13.3.0.jre8-preview</mssql.version>
111111
<cubrid.version>9.3.9.0002</cubrid.version>
112112
<sqlite.version>3.51.0.0</sqlite.version>
113113
<teradata.version>13.10.00.35</teradata.version>

0 commit comments

Comments
 (0)