dependabot[bot] opened a new pull request, #800:
URL: https://github.com/apache/syncope/pull/800

   Bumps 
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) 
from 12.6.1.jre11 to 12.8.0.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.7.1] Preview Release</h2>
   <h3>Added</h3>
   <ul>
   <li>Added JDK 22 support <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2414";>#2414</a></li>
   <li>Added credential caching for Managed Identity Credential and Default 
Azure Credential <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2415";>#2415</a></li>
   <li>Added Caching SQLServerBulkCopy object for batch insert <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2435";>#2435</a></li>
   <li>Added connection level bulk copy metadata caching <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2464";>#2464</a></li>
   <li>Added logging to token caching <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2468";>#2468</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78 <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2403";>#2403</a></li>
   <li>Enum SQLServerSortOrder is now public <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2405";>#2405</a></li>
   <li>Bump com.azure:azure-identity from 1.12.1 to 1.12.2 <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2447";>#2447</a></li>
   <li>Bump com.microsoft.azure:msal4j from 1.15.0 to 1.15.1 <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2448";>#2448</a></li>
   </ul>
   <h3>Fixed issues</h3>
   <ul>
   <li>Execute stored procedures directly for RPC calls <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2410";>#2410</a></li>
   <li>Fix SqlAuthenticationToken constructor accepting unix epoch <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2425";>#2425</a></li>
   <li>TokenCredential class shouldn't be required <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2441";>#2441</a></li>
   <li>Fixed timestamp string conversion error for CallableStatements <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2449";>#2449</a></li>
   <li>Fixed CallableStatements default value regression <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2452";>#2452</a></li>
   <li>Fixed parentheses parsing for stored procedure names and function names 
<a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2467";>#2467</a></li>
   </ul>
   <h2>[12.6.3] Hotfix &amp; Stable Release</h2>
   <h3>Fixed issues</h3>
   <ul>
   <li>Fixed issue where TokenCredential class was required to be imported <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2453";>#2453</a></li>
   <li>Fixed timestamp string conversion regression <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2455";>#2455</a></li>
   <li>Fixed SQLServerCallableStatement default value regression <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2456";>#2456</a></li>
   </ul>
   <h2>[12.6.2] Hotfix &amp; Stable Release</h2>
   <h3>Added</h3>
   <ul>
   <li>Added credential caching for Managed Identity Credential and Default 
Azure Credential <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2426";>#2426</a></li>
   </ul>
   <h3>Fixed issues</h3>
   <ul>
   <li>Check that money and small money are within correct range for bulkcopy 
<a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2419";>#2419</a></li>
   <li>Check if TDSCommand counter is null before incrementing <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2420";>#2420</a></li>
   <li>Clear prepared statement cache when resetting statement pool connection 
<a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2421";>#2421</a></li>
   <li>Clear prepared statement handle before reconnect <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2422";>#2422</a></li>
   <li>RPC calls for CallableStatements will be executed directly <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2427";>#2427</a></li>
   <li>Corrected authentication token object to accept expiration in 
milliseconds <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2428";>#2428</a></li>
   <li>SocketTimeout should be unbounded by loginTimeout after a successful 
connection open <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2431";>#2431</a></li>
   </ul>
   <h2>[12.7.0] Preview Release</h2>
   <h3>Added</h3>
   <ul>
   <li>Server Message Handler and SQLException Chaining <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2251";>#2251</a></li>
   <li>Finish support for RFC4180 for CSV bulk insert operations <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2338";>#2338</a></li>
   <li>Allow constructing a microsoft.sql.DateTimeOffset instance from a 
java.time.OffsetDateTime value <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2340";>#2340</a></li>
   <li>Added support for TDSType.GUID <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2370";>#2370</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Remove synchronized from Socket overrides <a 
href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2337";>#2337</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.6.1.jre11&new-version=12.8.0.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: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to