Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mssql-jdbc from 10.2.1.jre8 to 11.2.0.jre8 #3162

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2022

Bumps mssql-jdbc from 10.2.1.jre8 to 11.2.0.jre8.

Release notes

Sourced from mssql-jdbc's releases.

[11.1.2] Preview Release

Added

  • Added support for caching managed identity tokens 1825
  • Added support for caching Always Encrypted parameter metadata 1845

Changed

  • Switched from strings to char arrays for secure string use 1813
  • Added check for negotiated ALPN 1818

Fixed issues

  • Fixed double connection issue when enabling TDS 8.0 and SSL by reusing original socket connection 1817
  • Fixed unknown token error 0xA3 when selectMethod cursor is used with data classification 1821
  • Fixed out of bounds error for when a data classification information type is not provided 1847

[10.2.1] HotFix & Stable Release

Fixed issues

  • Refactored Idle Connection Resiliency timeout to use existing SharedTimer 1794
  • Fixed Managed Identity retry interval to exponential backoff properly 1770
  • Removed extra call to executeCommand() within connectionCommand() 1754

[11.1.1] Preview Release

Added

  • Added support for Java 18 1802
  • Added support for bulk insert of null GUID values 1778
  • Added ALPN for TDS 8.0 connections 1795

Changed

  • Updated dependency versions of azure-keyvault and azure-identity 1798
  • Refactored Idle Connection Resiliency timeout to use existing SharedTimer 1794

Fixed issues

  • Fixed regression with Always Encrypted with secure enclaves 1805

[11.1.0] Preview Release

Added

  • Added new connection string property prepareMethod to toggle use of sp_prepare 1719
  • Added new encrypt options for TDS 8.0 support 1757
  • Added Configurable IPv6 Support 1766
  • Added serverCertificate connection property for encrypt=strict 1773
  • Added option for NONE attestation protocol 1779

Changed

  • Added encrypt utility to obfuscate password strings in memory 1780
  • Simplified traceID creation in DataSource and PooledConnection 1747
  • Refactored SQLServerColumnEncryptionAzureKeyVaultProvider usage in SQLServerConnection 1774

Fixed issues

  • Removed extra call to executeCommand() within connectionCommand() 1754
  • Fixed warnings for Implicit narrowing conversion in compound assignment 1758
  • Added check for MSAL library when attempting ActiveDirectoryServicePrincipal authentication 1759
  • Fixed Managed Identity retry interval to exponential backoff properly 1770
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 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)

Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 10.2.1.jre8 to 11.2.0.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-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from nvoxland as a code owner August 9, 2022 02:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 9, 2022
@github-actions
Copy link

github-actions bot commented Aug 9, 2022

Unit Test Results

  4 620 files  ±0    4 620 suites  ±0   33m 28s ⏱️ +51s
  4 611 tests ±0    4 396 ✔️ ±0     215 💤 ±0  0 ±0 
54 504 runs  ±0  49 484 ✔️ ±0  5 020 💤 ±0  0 ±0 

Results for commit c19534c. ± Comparison against base commit 82dac07.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@nvoxland nvoxland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@XDelphiGrl XDelphiGrl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • PR updates the MSSQL JDBC driver packaged with Liquibase to 11.2.0.jre8.
    • There is a newer version of the MSSQL JDBC driver for JRE 18. Liquibase continues to use the JRE 8 version for backwards compatibility.
  • No CVEs reported on Maven Central.
  • Associated functional and test harness PRs merged.
  • No additional testing required.

APPROVED

Maven Central Link to mssql-jdbc 11.2.0.jre8

@nvoxland nvoxland merged commit f7784af into master Aug 31, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-11.2.0.jre8 branch August 31, 2022 17:08
@kataggart kataggart added this to the NEXT milestone Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocandidate dependencies Pull requests that update a dependency file java Pull requests that update Java code sprint2022-32
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants