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

   Bumps 
[org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j)
 from 3.5.2 to 3.5.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/releases";>org.mariadb.jdbc:mariadb-java-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>MariaDB Connector/Java 3.5.3</h2>
   <h2><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.3";>3.5.3</a>
 (Feb 2025)</h2>
   <p><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.2...3.5.3";>Full
 Changelog</a></p>
   <h4>Bugs Fixed</h4>
   <ul>
   <li>CONJ-1226 Fixed issue where dates containing zero day or month resulted 
in a DateTimeException</li>
   <li>CONJ-1232 Resolved timestamp string representation incompatibility 
between versions 2.7 and 3.x
   <ul>
   <li>see new option <a 
href="https://mariadb.com/kb/en/about-mariadb-connector-j/#oldmodenoprecisiontimestamp";>oldModeNoPrecisionTimestamp</a></li>
   </ul>
   </li>
   <li>CONJ-1226 Fixed incorrect values returned by ResultSet.getColumnType() 
for unsigned values</li>
   <li>CONJ-1241 Corrected regression in 3.x affecting column metadata for 
unsigned types</li>
   <li>CONJ-1243 Fixed CallableStatement.getParameterMetadata() returning wrong 
java.sql.Type for boolean values</li>
   <li>CONJ-1236 Prevented NPE (Null Pointer Exception) after reconnection 
failure in high availability configurations</li>
   <li>CONJ-1237 Fixed issue with incorrect statements.isClosed value after 
closing connection</li>
   <li>CONJ-1239 Disabled BULK operations when no parameters are present</li>
   <li>CONJ-1240 Fixed connectivity issues with databases that only accept 
TLSv1.3</li>
   <li>CONJ-1235 Modified redirection option to enable by default only when SSL 
is enabled</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md";>org.mariadb.jdbc:mariadb-java-client's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.3";>3.5.3</a>
 (Mar 2025)</h2>
   <p><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.2...3.5.3";>Full
 Changelog</a></p>
   <h4>Bugs Fixed</h4>
   <ul>
   <li></li>
   <li>CONJ-1226 Fixed issue where dates containing zero day or month resulted 
in a DateTimeException</li>
   <li>CONJ-1232 Resolved timestamp string representation incompatibility 
between versions 2.7 and 3.x
   <ul>
   <li>see new option oldModeNoPrecisionTimestamp</li>
   </ul>
   </li>
   <li>CONJ-1226 Fixed incorrect values returned by ResultSet.getColumnType() 
for unsigned values</li>
   <li>CONJ-1241 Corrected regression in 3.x affecting column metadata for 
unsigned types</li>
   <li>CONJ-1243 Fixed CallableStatement.getParameterMetadata() returning wrong 
java.sql.Type for boolean values</li>
   <li>CONJ-1236 Prevented NPE (Null Pointer Exception) after reconnection 
failure in high availability configurations</li>
   <li>CONJ-1237 Fixed issue with incorrect statements.isClosed value after 
closing connection</li>
   <li>CONJ-1239 Disabled BULK operations when no parameters are present</li>
   <li>CONJ-1240 Fixed connectivity issues with databases that only accept 
TLSv1.3</li>
   <li>CONJ-1235 Modified redirection option to enable by default only when SSL 
is enabled</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/1622933546452a9a263731c373798524926141ea";><code>1622933</code></a>
 [misc] set 3.5.3 version</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/b0c299ee2686f7394c8efb0271367d21b28d4ff6";><code>b0c299e</code></a>
 Merge branch 'develop'</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/bd1d18f1af52e0f1a33819fdfce0fa554758aa66";><code>bd1d18f</code></a>
 [misc] zero config not permitting non plugins without hash</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/ac2555bdb810eac4fc53d5fb252ec873457c65cc";><code>ac2555b</code></a>
 Merge branch 'develop'</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/22f8126638bd896ac9978bd7cc4542b6c765df03";><code>22f8126</code></a>
 [misc] test improvement</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/cb03a359745f54a3b90c74cf394f7f5fa7d63003";><code>cb03a35</code></a>
 [misc] correcting test for MySQL user length limitation</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/031de361f7614eae467b0d0f164c471eeceb4146";><code>031de36</code></a>
 [CONJ-1235] enable redirection option by default only when SSL is enabled</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/5352d6bad24cd99aa007fa7785a13f0b140cfca0";><code>5352d6b</code></a>
 [CONJ-1226] Dates containing zero day or month results into 
DateTimeException</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/2d481205ca8daba40efe678cd9424a2cfa31dfdd";><code>2d48120</code></a>
 [CONJ-1243] CallableStatement.getParameterMetadata for Boolean return wrong 
v...</li>
   <li><a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/606fe0df8645b838050a90ba18212611c0e34cc5";><code>606fe0d</code></a>
 [misc] code style correction</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.2...3.5.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mariadb.jdbc:mariadb-java-client&package-manager=maven&previous-version=3.5.2&new-version=3.5.3)](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