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

   Bumps 
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 
9.1.0 to 9.2.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES";>com.mysql:mysql-connector-j's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <h1><a 
href="https://dev.mysql.com/doc/relnotes/connector-j/en/";>https://dev.mysql.com/doc/relnotes/connector-j/en/</a></h1>
   <p>Version 9.2.0</p>
   <ul>
   <li>
   <p>Fix for Bug#116318 (Bug#37152533), useServerPrepStmts 
useLocalTransactionState cause first execute rollback failure.</p>
   </li>
   <li>
   <p>Fix for Bug#116955 (Bug#37383012), Tests fail after server changed cipher 
for xdevapi.</p>
   </li>
   <li>
   <p>Fix for Bug#63992 (Bug#14598872), getTables did not return a result for 
table names with a dot in it.</p>
   </li>
   <li>
   <p>WL#16558, Upgrade 3rd party libraries and tools.</p>
   </li>
   <li>
   <p>Fix for Bug#37125271, RPM depends on java-headless 1:1.8.0 which makes 
java8 unnessessarily be installed.</p>
   </li>
   <li>
   <p>Fix for Bug#115586 (Bug#36850047), When upgrading to mysql 
connetor/j-8.4.0, creating a connection becomes too slow.</p>
   </li>
   <li>
   <p>Fix for Bug#116630 (Bug#37272802), Tests fail on Windows if test database 
has upper/mixed case chars.</p>
   </li>
   <li>
   <p>Fix for Bug#71143 (Bug#17967091), Calling ResultSet.updateRow should not 
set all field values in UPDATE.</p>
   </li>
   <li>
   <p>Fix for Bug#103437 (Bug#32807360), Syntax error when calling 
PreparedStatement.getMetadata() with LIMIT placeholded.</p>
   </li>
   <li>
   <p>Fix for Bug#96786 (Bug#30280035), Retrieving streaming result set fails 
when closeOnCompletion is enabled.</p>
   </li>
   <li>
   <p>Fix for Bug#21983318, QUERYTIMEOUT VALUE RESETTING TO 0 AFTER 
PREPSTMT.EXECUTEBATCH() EXECUTION.</p>
   </li>
   <li>
   <p>Fix for Bug#116113 (Bug#37063728), DatabaseMetaData#getTables doesn't 
work properly for delimited identifiers.</p>
   </li>
   </ul>
   <p>Version 9.1.0</p>
   <ul>
   <li>
   <p>Fix for Bug#116114 (Bug#37067812), Connector/J is writing incorrect 
values when passed negative dates.</p>
   </li>
   <li>
   <p>Fix for Bug#96623 (Bug#30221117), batch update with 
rewriteBatchedStatements&amp;useServerPrepStmts send fail request.</p>
   </li>
   <li>
   <p>Fix for Bug#114705 (Bug#36539680), Contribution: make trustStorePassword 
be null if this.trustStoreSettings.keyStorePassword is null.
   Thanks to Jesper Blomquist for his contribution.</p>
   </li>
   <li>
   <p>Fix for Bug#84117 (Bug#25247468), includeThreadNamesAsStatementComment 
ignored when using prepared statement.
   Thanks to Yyjun Yyjun for his contribution.</p>
   </li>
   <li>
   <p>Fix for Bug#101054 (Bug#32544786), Batched Query &gt; maxAllowedPacket 
size causes an ArrayIndexOutOfBoundsException.</p>
   </li>
   <li>
   <p>Fix for Bug#108415 (Bug#34579258), NullPointerException in 
AbstractQuery::stopQueryTimer.
   Thanks to Anthony Milbourne for his contribution.</p>
   </li>
   <li>
   <p>Fix for Bug#115265 (Bug#36843227), Second stored procedure call with 
cacheCallableStmts might fail.</p>
   </li>
   <li>
   <p>Fix for Bug#36936407, PrepareCall method doesn't work as expected when DB 
name is involved.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/a3909bfeb62d5a517ab444bb88ba7ecf26100297";><code>a3909bf</code></a>
 Fix for Bug#116318 (Bug#37152533), useServerPrepStmts 
useLocalTransactionStat...</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/c9e78a2ead49931d4ddcc04091f9f40f45bb00d1";><code>c9e78a2</code></a>
 Update for previous commit.</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/fb4e090ffe75b3e0f1728ef4f3faf9cb5aaa8891";><code>fb4e090</code></a>
 Fix for Bug#116955 (Bug#37383012), Tests fail after server changed cipher 
for...</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/6303286c4e6c27db3fb1021570848c756e8c14b0";><code>6303286</code></a>
 Update copyright year.</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/a3e54ff75f88c312c49d8a13b0362aed9c066749";><code>a3e54ff</code></a>
 Update for GPL license book.</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/a718b2d70227fefd8e6b3f388015da90ae36ba5f";><code>a718b2d</code></a>
 Fix for Bug#63992 (Bug#14598872), getTables did not return a result for 
table...</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/8f1210314183dae399245a5427b799e717f625ce";><code>8f12103</code></a>
 WL#16558, Upgrade 3rd party libraries and tools.</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/eccdf6cb542273263085fe162905dc9bafc4e827";><code>eccdf6c</code></a>
 Fix for Bug#37125271, RPM depends on java-headless 1:1.8.0 which makes java8 
...</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/355fe6a1aba03e8359d42618030c4fbb6d3406bd";><code>355fe6a</code></a>
 Fix for Bug#115586 (Bug#36850047), When upgrading to mysql connetor/j-8.4.0, 
...</li>
   <li><a 
href="https://github.com/mysql/mysql-connector-j/commit/555db503a0bc57ad173c84f61e5f5ea07c1e3872";><code>555db50</code></a>
 Fix for Bug#116630 (Bug#37272802), Tests fail on Windows if test database 
has...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mysql/mysql-connector-j/compare/9.1.0...9.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.mysql:mysql-connector-j&package-manager=maven&previous-version=9.1.0&new-version=9.2.0)](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