dependabot[bot] opened a new pull request, #208:
URL: https://github.com/apache/flink-connector-jdbc/pull/208

   Bumps 
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) 
from 10.2.1.jre8 to 11.2.0.jre8.
   <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>[11.2.0] Stable Release</h2>
   <h3>Added</h3>
   <ul>
   <li>Added support for caching parameter metadata for Always Encrypted with 
secure enclaves <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1866";>1866</a></li>
   <li>Added explicit dependency for com.microsoft.azure.msal4j (was a 
transitive dependency in previous releases) <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1863";>1863</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Changed default loginTimeout value to 30s <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1885";>1885</a></li>
   <li>Updated dependency versions of com.azure.azure-security-keyvault-keys 
and com.azure.azure-identity <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1863";>1863</a></li>
   <li>Send TDS version 8 in Login7 when in strict mode (encrypt=strict) <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1870";>1870</a></li>
   <li>Validate that the serverName field of the connection string does not 
have an equal sign <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1853";>1853</a></li>
   </ul>
   <h3>Fixed issues</h3>
   <ul>
   <li>Fixed intermittent null prepared statement handle error caused by 
sp_prepare when used with batch queries. <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1886";>1886</a></li>
   <li>Fixed race condition with addressList which may result in 
IndexOutOfBoundsException when establishing multiple connections <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1855";>1855</a></li>
   <li>Updated secure string usage to prepend Initialization Vector into the 
encrypted bytes so each IV is unique and preserved with its encrypted bytes for 
later decryption <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1858";>1858</a></li>
   <li>Added check for DONE_ERROR status token which may occur from a killed 
session on the server <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1857";>1857</a></li>
   <li>Fixed issue where the driver may assert when canceling a statement <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1872";>1872</a></li>
   </ul>
   <h2>[11.1.2] Preview Release</h2>
   <h3>Added</h3>
   <ul>
   <li>Added support for caching managed identity tokens <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1825";>1825</a></li>
   <li>Added support for caching Always Encrypted parameter metadata <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1845";>1845</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Switched from strings to char arrays for secure string use <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1813";>1813</a></li>
   <li>Added check for negotiated ALPN <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1818";>1818</a></li>
   </ul>
   <h3>Fixed issues</h3>
   <ul>
   <li>Fixed double connection issue when enabling TDS 8.0 and SSL by reusing 
original socket connection <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1817";>1817</a></li>
   <li>Fixed unknown token error 0xA3 when selectMethod cursor is used with 
data classification <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1821";>1821</a></li>
   <li>Fixed out of bounds error for when a data classification information 
type is not provided <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1847";>1847</a></li>
   </ul>
   <h2>[11.1.1] Preview Release</h2>
   <h3>Added</h3>
   <ul>
   <li>Added support for Java 18 <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1802";>1802</a></li>
   <li>Added support for bulk insert of null GUID values <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1778";>1778</a></li>
   <li>Added ALPN for TDS 8.0 connections <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1795";>1795</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Updated dependency versions of azure-keyvault and azure-identity <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1798";>1798</a></li>
   <li>Refactored Idle Connection Resiliency timeout to use existing 
SharedTimer <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1794";>1794</a></li>
   </ul>
   <h3>Fixed issues</h3>
   <ul>
   <li>Fixed regression with Always Encrypted with secure enclaves <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1805";>1805</a></li>
   </ul>
   <h2>[11.1.0] Preview Release</h2>
   <h3>Added</h3>
   <ul>
   <li>Added new connection string property prepareMethod to toggle use of 
sp_prepare <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1719";>1719</a></li>
   <li>Added new encrypt options for TDS 8.0 support <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1757";>1757</a></li>
   <li>Added Configurable IPv6 Support <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1766";>1766</a></li>
   <li>Added serverCertificate connection property for encrypt=strict <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1773";>1773</a></li>
   <li>Added option for NONE attestation protocol <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1779";>1779</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Added encrypt utility to obfuscate password strings in memory <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1780";>1780</a></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=10.2.1.jre8&new-version=11.2.0.jre8)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/flink-connector-jdbc/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to