Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps com.microsoft.sqlserver:mssql-jdbc from 13.2.0.jre8 to 13.2.1.jre8.

Release notes

Sourced from com.microsoft.sqlserver:mssql-jdbc's releases.

[13.2.0] Stable Release

Changed

  • Use sys.all_objects for accurate function and procedure filtering #2705 What changed: Differentiated stored procedures and functions using sys.all_objects instead of sp_stored_procedures. Who benefits: Developers using getProcedures() and getFunctions() in JDBC. Impact: Ensures correct metadata retrieval, preventing confusion from mixed results.

Fixed issues

  • Fix trustStoreType JVM property consultation in SSL Connections #2724 What was fixed: Ensured fallback to JVM system property javax.net.ssl.trustStoreType if connection property is unset. Who benefits: Users configuring SSL via system properties. Impact: Enables proper SSL trust store resolution, improving compatibility with system configurations.

  • Addressed a data integrity and performance issue for bulk copy batch inserts with non-Unicode Strings #2735 What was fixed: Resolved performance degradation and incorrect string handling in bulk copy batch inserts when useBulkCopyForBatchInsert=true and sendStringParametersAsUnicode=false. Who benefits: Applications using SQL Server JDBC Bulk Copy for high-volume inserts, especially with non-Unicode or accented character data. Impact: Restores expected string storage, improves bulk insert performance for bulk copy API.

  • Handle SQL comments at start of query in getGenerateKeys() method #2731 What was fixed: Corrected detection of INSERT statements when preceded by SQL comments. Who benefits: Developers using getGeneratedKeys() after commented SQL inserts. Impact: Fixes previously failing key retrieval when comments are present before the query.

  • Fix update count handling for multi-statement queries executed via PreparedStatement execute method. #2737 What was fixed: Corrected update count handling for multi-statement queries run using PreparedStatement execute method, ensuring accurate counts for INSERT and other DML operations. Who benefits: Java applications using SQL Server JDBC with multi-statement PreparedStatement executions. Impact: Eliminates inconsistent update counts between Statement and PreparedStatement, improving reliability of result processing logic.

  • CodeQL suppression fixes #2728 What was fixed: Suppressed CodeQL rule [SM05141] with justification for broader usage scenarios. Who benefits: Developers maintaining code quality tools like CodeQL. Impact: Prevents unnecessary alerts for valid usage in multi-environment libraries.

Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 22:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 1, 2025
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 13.2.0.jre8 to 13.2.1.jre8.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.sqlserver:mssql-jdbc
  dependency-version: 13.2.1.jre8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/mssqlserver/com.microsoft.sqlserver-mssql-jdbc-13.2.1.jre8 branch from 5a2995b to c1fe8b9 Compare November 3, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code modules/sql-server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant