Skip to content

Commit ea74b42

Browse files
Build(deps): Bump com.microsoft.sqlserver:mssql-jdbc from 13.3.2.jre11-preview to 13.4.0.jre11 (#1644)
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 13.3.2.jre11-preview to 13.4.0.jre11. <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.4.0] Stable Release</h2> <h3>Added</h3> <ul> <li><strong>Add Test Coverage for Mixed-Type Vector Columns (FLOAT32 and FLOAT16)</strong> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2907">2907</a> <strong>What was added</strong>: Expanded the vector test suite to validate scenarios where VECTOR(FLOAT32) and VECTOR(FLOAT16) columns coexist in the same schema, including coverage for JDBC operations and bulk copy workflows. <strong>Who benefits</strong>: Developers building vector-based workloads that mix float32 and float16 vector columns within the same database schema. <strong>Impact</strong>: Ensures reliable driver behavior and compatibility for mixed vector types across CRUD operations, bulk copy, metadata, and advanced database objects such as stored procedures and TVPs.</li> </ul> </blockquote> </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.3.2.jre11-preview&new-version=13.4.0.jre11)](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 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 5d94f51 + 5154eba commit ea74b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.10</postgresql.version>
108108
<oracle.version>23.26.1.0.0</oracle.version>
109109
<mysql.version>9.6.0</mysql.version>
110-
<mssql.version>13.3.2.jre11-preview</mssql.version>
110+
<mssql.version>13.4.0.jre11</mssql.version>
111111
<cubrid.version>9.3.9.0002</cubrid.version>
112112
<sqlite.version>3.51.2.0</sqlite.version>
113113
<teradata.version>13.10.00.35</teradata.version>

0 commit comments

Comments
 (0)