dependabot[bot] opened a new pull request, #1639:
URL: https://github.com/apache/arrow-adbc/pull/1639

   Bumps 
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) 
from 12.4.1.jre11 to 12.6.1.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>[12.6.0] Stable Release</h2>
   <h3>Changed</h3>
   <ul>
   <li>Adjusted PreparedStatement cache, so it's cleared before every execute 
<a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2272";>#2272</a></li>
   <li>Updated azure-identity, azure-security-keyvault-keys, bouncycastle, and 
msal library versions <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2279";>#2279</a></li>
   <li>Changed <code>socketTimeout</code> to ensure it's always less than or 
equal to <code>loginTimeout</code> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2280";>#2280</a></li>
   <li>Change BulkCopy behavior from serializing and deserializing Timestamp 
objects, to using the objects directly <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2291";>#2291</a></li>
   </ul>
   <h3>Fixed issues</h3>
   <ul>
   <li>Fixed the way ActivityID was defined and used to be more in line with 
the behavior of other Microsoft drivers <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2254";>#2254</a></li>
   <li>Fixed missing getters and setters for 
<code>useBulkCopyForBatchInsert</code> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2277";>#2277</a></li>
   <li>Fixed an issue where, when using the TOP qualifier in a query, the 
driver returns an error concerning ParameterMetadata <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2287";>#2287</a></li>
   <li>Fixed an issue where insert statements with missing whitespace worked 
correctly in regular cases, but not when using batch inserts <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2290";>#2290</a></li>
   <li>Fixed timezone not being properly applied to Timestamps when inserted 
using batch insert with bulkcopy <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2291";>#2291</a></li>
   <li>Fixed locks in IOBuffer to prevent deadlock issues that could arise <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2295";>#2295</a></li>
   <li>Fixed an issue where, when an exception has no cause, the exception 
itself is passed along instead, preventing it from being lost <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2300";>#2300</a></li>
   </ul>
   <h2>[12.5.0] Preview Release</h2>
   <h3>Added</h3>
   <ul>
   <li>Added connection property, <code>useDefaultJaasConfig</code>, to allow 
Kerberos authentication without any additional external configuration <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2147";>#2147</a></li>
   <li>Allow calling of stored procedures directly, simplifying the procedure 
and improving performance <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2154";>#2154</a></li>
   <li>Added connection property, <code>useDefaultGSSCredential</code>, to 
allow the driver to create GSSCredential on behalf of a user using Native 
GSS-API for Kerberos authentication <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2177";>#2177</a></li>
   <li>Added Java 21 support <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2229";>#2229</a></li>
   <li>Added connection property, <code>calcBigDecimalScale</code>, to allow 
the driver to calculate scale and percision from Big Decimal inputs <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2248";>#2248</a></li>
   <li>Added a new named logger for connection open retries and idle connection 
resiliency reconnects <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2250";>#2250</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Changed how IBM JDK is checked for to prevent issues with OSGi 
environments <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2150";>#2150</a></li>
   <li>Updated azure-security-keyvault-keys, bouncycastle, and h2 library 
versions <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2162";>#2162</a> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2182";>#2182</a> <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2249";>#2249</a></li>
   <li>Changes to bulkcopy to allow for performance improvements when loading a 
large number of timestamps <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2194";>#2194</a></li>
   <li>Added additional errors that should translate to RMFAIL <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2201";>#2201</a></li>
   <li>Properly synchronize all calls to MSAL, preventing the driver from 
making extra calls and providing unneccessary dialogues <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2218";>#2218</a></li>
   <li>Changed driver retry behavior to retry the correct number of times based 
on connectRetryCount <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2247";>#2247</a></li>
   </ul>
   <h3>Fixed issues</h3>
   <ul>
   <li>Fix to ignore irrelevant computed columns during bulk insert <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1562";>#1562</a></li>
   <li>Fixed an issue where signature was not properly verfied when using Java 
Key Store, as well as adding a new API to sign column master key metadata (and 
return generated signature) for use with Java Key Store and Azure Key Vault <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2160";>#2160</a></li>
   <li>Fixed an issue where a null SQLState was returned when trying to convert 
a date to a long <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2185";>#2185</a></li>
   <li>Fixed an issue where schemaPattern was not properly being escaped in 
SQLServerDatabaseMetadata <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2195";>#2195</a></li>
   <li>Fixes getObject()'s erroneous conversion of DateTimeOffset to 
LocalDateTime <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2204";>#2204</a></li>
   <li>Fixed an issue with ParameterMetadata not properly checking for an 
invalid index 0 <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2217";>#2217</a></li>
   <li>Fixed bulkcopy metadata query to make use of cached data, if it's 
available <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2231";>#2231</a></li>
   <li>Fixed an issue when writing TVP row values, where input values were not 
properly filtered for BigDecimal scale <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2239";>#2239</a></li>
   </ul>
   <h2>[12.4.2] Hotfix &amp; Stable Release</h2>
   <h3>Fixed issues</h3>
   <ul>
   <li>Reverted the IBM check to vendor check and added an additional vm name 
check to remove false positives <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2209";>#2209</a></li>
   </ul>
   <h2>[12.4.1] HotFix &amp; Stable Release</h2>
   <h3>Changed</h3>
   <ul>
   <li>Added default spacing for prepared SQL parameter names <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2196";>#2196</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=12.4.1.jre11&new-version=12.6.1.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 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)
   
   
   </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