dependabot[bot] opened a new pull request, #8775: URL: https://github.com/apache/iceberg/pull/8775
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.42.0.0 to 3.43.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xerial/sqlite-jdbc/releases">org.xerial:sqlite-jdbc's releases</a>.</em></p> <blockquote> <h2>Release 3.43.0.0</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <ul> <li>upgrade to sqlite 3.43.0 (<a href="https://github.com/xerial/sqlite-jdbc/commits/6e02ee7">6e02ee7</a>)</li> </ul> <h2>🐛 Fixes</h2> <p><strong>jdbc</strong></p> <ul> <li>🚨 remove support for Statement#getGeneratedKeys: <em>getGeneratedKeys is not supported anymore</em> (<a href="https://github.com/xerial/sqlite-jdbc/commits/712a8a5">712a8a5</a>), closes <a href="https://redirect.github.com/xerial/sqlite-jdbc/issues/329">#329</a></li> </ul> <h2>🔄️ Changes</h2> <ul> <li>🚨 remove the deprecated SQLiteJDBCLoader isPureJavaMode and getPureJavaFlag: <em>methods are removed</em> (<a href="https://github.com/xerial/sqlite-jdbc/commits/e52c44f">e52c44f</a>)</li> <li>🚨 remove the deprecated TransactionMode.DEFFERED: <em>no more backward compatibility when using the deprecated enum value</em> (<a href="https://github.com/xerial/sqlite-jdbc/commits/8967d75">8967d75</a>)</li> </ul> <h2>🛠 Build</h2> <p><strong>deps</strong></p> <ul> <li>bump org.graalvm.buildtools:native-maven-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/a89a42a">a89a42a</a>)</li> <li>bump org.apache.maven.plugins:maven-enforcer-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/5488061">5488061</a>)</li> </ul> <p><strong>deps-dev</strong></p> <ul> <li>bump org.mockito:mockito-core from 5.4.0 to 5.5.0 (<a href="https://github.com/xerial/sqlite-jdbc/commits/fffd224">fffd224</a>)</li> </ul> <p><strong>unscoped</strong></p> <ul> <li>remove conditions over native or java mode (<a href="https://github.com/xerial/sqlite-jdbc/commits/c4ddd1e">c4ddd1e</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck</p> <h2>Release 3.42.0.1</h2> <h2>Changelog</h2> <h2>🐛 Fixes</h2> <p><strong>jdbc</strong></p> <ul> <li>PreparedStatement#executeQuery should not return null (<a href="https://github.com/xerial/sqlite-jdbc/commits/1eacd68">1eacd68</a>), closes <a href="https://redirect.github.com/xerial/sqlite-jdbc/issues/914">#914</a></li> <li>add fallback to LocalDateTime.parse in ResultSet#getObject (<a href="https://github.com/xerial/sqlite-jdbc/commits/d76c933">d76c933</a>)</li> <li>ResultSet#getObject could throw a NPE (<a href="https://github.com/xerial/sqlite-jdbc/commits/ea165fa">ea165fa</a>), closes <a href="https://redirect.github.com/xerial/sqlite-jdbc/issues/915">#915</a></li> <li>check parameters presence in getParameterType (<a href="https://github.com/xerial/sqlite-jdbc/commits/76b560d">76b560d</a>), closes <a href="https://redirect.github.com/xerial/sqlite-jdbc/issues/911">#911</a></li> </ul> <p><strong>native-image</strong></p> <ul> <li>make sure the parent directory exists before exporting (<a href="https://github.com/xerial/sqlite-jdbc/commits/bfa7510">bfa7510</a>)</li> </ul> <p><strong>unscoped</strong></p> <ul> <li>use dylib extension instead of jnilib for MacOS library names (<a href="https://github.com/xerial/sqlite-jdbc/commits/78defd0">78defd0</a>)</li> <li>correct the exception message when backup fails (<a href="https://github.com/xerial/sqlite-jdbc/commits/3ffef4d">3ffef4d</a>)</li> </ul> <h2>🔄️ Changes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/3e28acb8574b820fcd281af69ec48f241377f467"><code>3e28acb</code></a> chore(release): 3.43.0.0 [skip ci]</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/a89a42a5be4e03b762e26a371fe668f87c8184f9"><code>a89a42a</code></a> build(deps): bump org.graalvm.buildtools:native-maven-plugin</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/fffd22413a42d34425da7b180f0d2c30f6b6a4fe"><code>fffd224</code></a> build(deps-dev): bump org.mockito:mockito-core from 5.4.0 to 5.5.0</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/5488061163f1facc70521172cf0a9718a76a37db"><code>5488061</code></a> build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/712a8a55f201954756de501a41a403d588b4d245"><code>712a8a5</code></a> fix(jdbc): remove support for Statement#getGeneratedKeys</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/c4ddd1ee485f8a8091a12c320a2b76d81ed6a3d1"><code>c4ddd1e</code></a> test: remove conditions over native or java mode</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/e52c44f3d9508de5e2a69889065f4cda7d26a592"><code>e52c44f</code></a> refactor: remove the deprecated SQLiteJDBCLoader isPureJavaMode and getPureJa...</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/8967d7588eba98a27c7a4ead3dab3f65431b9d46"><code>8967d75</code></a> refactor: remove the deprecated TransactionMode.DEFFERED</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/1b91367e6aa58df39cb0fa6fce3ca97798fe57b7"><code>1b91367</code></a> chore: update native libraries</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/6e02ee7a76872b1b08f3e821ec303de9ec4e374e"><code>6e02ee7</code></a> feat: upgrade to sqlite 3.43.0</li> <li>Additional commits viewable in <a href="https://github.com/xerial/sqlite-jdbc/compare/3.42.0.0...3.43.0.0">compare view</a></li> </ul> </details> <br /> [](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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org