Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps the testcontainers group with 1 update: com.microsoft.sqlserver:mssql-jdbc.

Updates com.microsoft.sqlserver:mssql-jdbc from 13.2.0.jre11 to 13.2.1.jre11

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the testcontainers group with 1 update: [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc).


Updates `com.microsoft.sqlserver:mssql-jdbc` from 13.2.0.jre11 to 13.2.1.jre11
- [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.jre11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testcontainers
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 14, 2025
@hibernate-github-bot hibernate-github-bot bot changed the title Bump com.microsoft.sqlserver:mssql-jdbc from 13.2.0.jre11 to 13.2.1.jre11 in the testcontainers group [2.4] Bump com.microsoft.sqlserver:mssql-jdbc from 13.2.0.jre11 to 13.2.1.jre11 in the testcontainers group Oct 14, 2025
@DavideD DavideD merged commit 06545ff into 2.4 Oct 17, 2025
18 checks passed
@DavideD DavideD deleted the dependabot/gradle/2.4/testcontainers-532bcb5290 branch October 17, 2025 08:21
@DavideD DavideD added this to the 2.4.9.Final milestone Oct 17, 2025
@DavideD DavideD added the testing Improvements to test suite label Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.4 dependencies Pull requests that update a dependency file java Pull requests that update java code testing Improvements to test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant