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

   Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 
3.53.2.0 to 3.53.2.1.
   <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.53.2.1</h2>
   <h2>Changelog</h2>
   <h2>🐛 Fixes</h2>
   <p><strong>jdbc</strong></p>
   <ul>
   <li>map DATETIME column type to Types.TIMESTAMP (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/19ac6bb";>19ac6bb</a>), 
closes <a 
href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1436";>#1436</a></li>
   <li>throw SQLException from createConnection on invalid URL (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/fe636b7";>fe636b7</a>)</li>
   <li>escape resolved table name in getExportedKeys query (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/b8eca2a";>b8eca2a</a>)</li>
   <li>escape catalog and schema in foreign key metadata queries (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/ff4b847";>ff4b847</a>)</li>
   <li>escape table type values in getTables metadata query (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/33eaa19";>33eaa19</a>)</li>
   <li>escape table name in getColumns metadata query (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/a5149f8";>a5149f8</a>)</li>
   </ul>
   <p><strong>pool</strong></p>
   <ul>
   <li>reset connection before notifying listeners on close (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/57f6cfa";>57f6cfa</a>), 
closes <a 
href="https://redirect.github.com/xerial/sqlite-jdbc/issues/821";>#821</a></li>
   </ul>
   <p><strong>unscoped</strong></p>
   <ul>
   <li>fallback to isAlpineLinux when map_files contains no musl entries (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/7537528";>7537528</a>), 
closes <a 
href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1382";>#1382</a></li>
   </ul>
   <h2>🔄️ Changes</h2>
   <ul>
   <li>spotless apply (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/eec4fc5";>eec4fc5</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/75f593a";>75f593a</a>)</li>
   <li>bump org.graalvm.sdk:nativeimage from 25.0.3 to 25.1.3 (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/ac69b1e";>ac69b1e</a>)</li>
   <li>bump org.graalvm.buildtools:native-maven-plugin (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/37988f4";>37988f4</a>)</li>
   <li>bump org.graalvm.buildtools:native-maven-plugin (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/aae577a";>aae577a</a>)</li>
   <li>bump actions/checkout from 6 to 7 (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/9761dfd";>9761dfd</a>)</li>
   <li>bump org.graalvm.buildtools:native-maven-plugin (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/e21a3b4";>e21a3b4</a>)</li>
   </ul>
   <p><strong>deps-dev</strong></p>
   <ul>
   <li>bump org.apache.maven.plugins:maven-help-plugin (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/dcf3ea2";>dcf3ea2</a>)</li>
   <li>bump org.jreleaser:jreleaser-maven-plugin (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/02e2e53";>02e2e53</a>)</li>
   <li>bump org.sonatype.central:central-publishing-maven-plugin (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/72b9a31";>72b9a31</a>)</li>
   </ul>
   <p><strong>unscoped</strong></p>
   <ul>
   <li>add missing configuration for msvc (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/25b5de5";>25b5de5</a>)</li>
   <li>central publishing wait only until validated (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/7018821";>7018821</a>)</li>
   <li>switch to a maintained fork of setup-msvc-dev (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/3ca5e70";>3ca5e70</a>)</li>
   <li>fix older graalvm on windows (<a 
href="https://github.com/xerial/sqlite-jdbc/commits/bb1382c";>bb1382c</a>)</li>
   </ul>
   <h2>Contributors</h2>
   <p>We'd like to thank the following people for their contributions:
   Gauthier, Gauthier Roebroeck, Javid Khan, Kamil Krzywanski, Kilo Code Bot, 
dxbjavid</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/94c0ea142dccd729c9a56833704743d74602e58c";><code>94c0ea1</code></a>
 chore(release): 3.53.2.1 [skip ci]</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/eec4fc59991205d7af8446ad43e07ca529b6389c";><code>eec4fc5</code></a>
 style: spotless apply</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/25b5de55aab8603093c5abaa410b970fa44103c0";><code>25b5de5</code></a>
 ci: add missing configuration for msvc</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/7018821943f5c58d0c5ff914069fcc20b2925407";><code>7018821</code></a>
 build: central publishing wait only until validated</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/75375287164bed27422d091240c19429c33fff41";><code>7537528</code></a>
 fix: fallback to isAlpineLinux when map_files contains no musl entries</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/3ca5e70184f554428de2e4c79445ada62aa394f0";><code>3ca5e70</code></a>
 ci: switch to a maintained fork of setup-msvc-dev</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/75f593aea8c8ec836b165c64d31a2eefd379a49c";><code>75f593a</code></a>
 build(deps): bump org.graalvm.buildtools:native-maven-plugin</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/57f6cfa1e4889ca135e3b2069ad1e9fea4806fc7";><code>57f6cfa</code></a>
 fix(pool): reset connection before notifying listeners on close</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/19ac6bb9c0a128505038f6faec865530550e9303";><code>19ac6bb</code></a>
 fix(jdbc): map DATETIME column type to Types.TIMESTAMP</li>
   <li><a 
href="https://github.com/xerial/sqlite-jdbc/commit/fe636b70c73f7b777d34ad21eaced13a55e08f1f";><code>fe636b7</code></a>
 fix(jdbc): throw SQLException from createConnection on invalid URL</li>
   <li>Additional commits viewable in <a 
href="https://github.com/xerial/sqlite-jdbc/compare/3.53.2.0...3.53.2.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial:sqlite-jdbc&package-manager=gradle&previous-version=3.53.2.0&new-version=3.53.2.1)](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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to