Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.mariadb.jdbc:mariadb-java-client from 3.3.1 to 3.3.2 (#438)
Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.3.1 to 3.3.2. <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.3.2</h2> <h2><a href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.3.2">3.3.2</a> (Dec 2023)</h2> <p><a href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.1...3.3.2">Full Changelog</a></p> <h5>Bugs Fixed</h5> <ul> <li>CONJ-1117 new option <code>returnMultiValuesGeneratedIds</code> for connector 2.x compatibility, so getGeneratedKeys() return all ids of multi-value inserts</li> <li>CONJ-1140 regression caussing ClassCastException on DatabaseMetaData when use with option defaultFetchSize set</li> <li>CONJ-1129 Metadata.getPrimaryKeys table comparison using like in place of strict equality</li> <li>CONJ-1130 ensuring batch parameter are cleared after SQL Failure</li> <li>CONJ-1131 NullPointerException when Calling getGeneratedKeys() after an SQL Failure</li> <li>CONJ-1132 Ensuring reseting result for getUpdateCount() after an SQL Failure</li> <li>CONJ-1135 ensuring BULK command not used when using INSERT ON DUPLICATE KEY UPDATE in order to always have unique affected rows by default</li> <li>CONJ-1136 wrong decoding for Resultset.getByte() results for binary varchar fields</li> <li>CONJ-1137 ensuring never having NPE in OkPacket when setting auto commit</li> <li>CONJ-1138 Inconsistency in Behavior of PreparedStatement After closeOnCompletion() Between MariaDB and MySQL Connectors</li> <li>CONJ-1049 Metadata getTableTypes result was not ordered by TABLE_TYPE</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> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/f9018f5c18269790a265248ca057a02d4e5e8faa"><code>f9018f5</code></a> [CONJ-1049] Metadata getTableTypes result was not ordered by TABLE_TYPE</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/0694cf2887ba624bd2afa4a663a248eaefccd314"><code>0694cf2</code></a> [misc] test addition : ensure connection error SQLstate</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/819eeb2fc7e32ffe7bd50d94af8f26cb3972f98e"><code>819eeb2</code></a> [misc] test coverage improvement</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/3564216fdf720a7b3c2b434a38e42fda47e1edae"><code>3564216</code></a> Merge tag '3.3.2' into develop</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/887d9c90ce7193539c9db04c145aee6eb0088af6"><code>887d9c9</code></a> Merge branch 'release/3.3.2'</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/ff82af29ab762c3429c334babdce692572263ab7"><code>ff82af2</code></a> bump 3.3.2</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/be848da39e42f80bc1fcf9f5639a8b26afae23db"><code>be848da</code></a> [CONJ-1117] adding new value <code>returnMultiValuesGeneratedIds</code> for connector 2....</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/6deda549433fc97d2ef507fa8b1c0a1dec9bf331"><code>6deda54</code></a> [CONJ-1135] bulk insert when <code>useBulkStmtsForInserts</code> only used for INSERT NO...</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/f8b835c12970ccc364a3179e1f0dbe1360c9ef98"><code>f8b835c</code></a> [misc] code style correction</li> <li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/2b2d7cd7e85f65e7fade5745cac966f1a49554b8"><code>2b2d7cd</code></a> [misc] using common default servers test suite</li> <li>Additional commits viewable in <a href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.1...3.3.2">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.3.1&new-version=3.3.2)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information