dependabot[bot] opened a new pull request, #940: URL: https://github.com/apache/tika/pull/940
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.40.0.0 to 3.40.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xerial/sqlite-jdbc/releases">sqlite-jdbc's releases</a>.</em></p> <blockquote> <h2>Release 3.40.1.0</h2> <h2>Changelog</h2> <h2>π Features</h2> <ul> <li>update SQLite to 3.40.1 (<a href="https://github.com/xerial/sqlite-jdbc/commits/4ba7c8c">4ba7c8c</a>)</li> <li>allow correct recognition of android os if running termux (<a href="https://github.com/xerial/sqlite-jdbc/commits/89ceb0d">89ceb0d</a>)</li> </ul> <h2>π Fixes</h2> <ul> <li><strong>jdbc</strong>: DatabaseMetaData#getPrimaryKeys and getExportedKeys should return an empty ResultSet for sqlite_schema (<a href="https://github.com/xerial/sqlite-jdbc/commits/0dc6ad9">0dc6ad9</a>), closes <a href="https://github-redirect.dependabot.com/xerial/sqlite-jdbc/issues/831">#831</a></li> <li><strong>jdbc</strong>: DatabaseMetaData#getColumns should also retrieve columns from SYSTEM TABLE types (<a href="https://github.com/xerial/sqlite-jdbc/commits/473f528">473f528</a>)</li> <li>DatabaseMetaData#getTypeInfo's result should be ordered by DATA_TYPE (<a href="https://github.com/xerial/sqlite-jdbc/commits/05bb929">05bb929</a>), closes <a href="https://github-redirect.dependabot.com/xerial/sqlite-jdbc/issues/832">#832</a></li> <li><strong>native</strong>: fixes and improvements for backup/restore (<a href="https://github.com/xerial/sqlite-jdbc/commits/b13c908">b13c908</a>)</li> <li><strong>jdbc</strong>: DatabaseMetaData#getImportedKeys reports empty FK_NAME when created using quotes (<a href="https://github.com/xerial/sqlite-jdbc/commits/ba69b2e">ba69b2e</a>), closes <a href="https://github-redirect.dependabot.com/xerial/sqlite-jdbc/issues/506">#506</a></li> </ul> <h2>ποΈ Changes</h2> <ul> <li>replace mention of sqlite_master with sqlite_schema (<a href="https://github.com/xerial/sqlite-jdbc/commits/e68bc05">e68bc05</a>)</li> </ul> <h2>π Build</h2> <ul> <li>release depends on test_graalvm (<a href="https://github.com/xerial/sqlite-jdbc/commits/9f521a4">9f521a4</a>)</li> <li>refine GraalVM native-image configuration and fix native test execution (<a href="https://github.com/xerial/sqlite-jdbc/commits/e437b3f">e437b3f</a>)</li> <li>hide bot names from release contributors (<a href="https://github.com/xerial/sqlite-jdbc/commits/5d1a280">5d1a280</a>)</li> <li>replace java 18 with java 19 (<a href="https://github.com/xerial/sqlite-jdbc/commits/4c80ee7">4c80ee7</a>)</li> <li>try to fix build native for PRs (<a href="https://github.com/xerial/sqlite-jdbc/commits/f7bd3cd">f7bd3cd</a>)</li> <li>try to fix build native for PRs (<a href="https://github.com/xerial/sqlite-jdbc/commits/b23de9e">b23de9e</a>)</li> <li>try to fix build native for PRs (<a href="https://github.com/xerial/sqlite-jdbc/commits/5aa6a30">5aa6a30</a>)</li> <li>add 2023 url for amalgamation download (<a href="https://github.com/xerial/sqlite-jdbc/commits/e3b6f8c">e3b6f8c</a>)</li> <li><strong>deps</strong>: bump JReleaser to 1.4.0 (<a href="https://github.com/xerial/sqlite-jdbc/commits/0db312f">0db312f</a>)</li> <li>add test for unixepoch (<a href="https://github.com/xerial/sqlite-jdbc/commits/3904e83">3904e83</a>)</li> </ul> <h2>π Documentation</h2> <ul> <li>use https for links to <a href="http://www.sqlite.org">www.sqlite.org</a> (<a href="https://github.com/xerial/sqlite-jdbc/commits/7ac8de8">7ac8de8</a>)</li> <li>update README badge for CI (<a href="https://github.com/xerial/sqlite-jdbc/commits/832d26f">832d26f</a>)</li> <li>changelog shows breaking change description (<a href="https://github.com/xerial/sqlite-jdbc/commits/5ad78ba">5ad78ba</a>), closes <a href="https://github-redirect.dependabot.com/xerial/sqlite-jdbc/issues/814">#814</a></li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Andrew Pikler, Gauthier, Gauthier Roebroeck, Kristof, Sebastiano Galeazzo, pyckle, θ°δΉιΌ</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/ff59a7763ce9b41f165381f1676b5777d6cf6108"><code>ff59a77</code></a> chore(release): 3.40.1.0 [skip ci]</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/9f521a4f30a73afc91e4fbdc1e1c43ac87e8d4c3"><code>9f521a4</code></a> ci: release depends on test_graalvm</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/0dc6ad9e1cb67e20a6d7f6e1df0c65ca3f40df6a"><code>0dc6ad9</code></a> fix(jdbc): DatabaseMetaData#getPrimaryKeys and getExportedKeys should return ...</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/e437b3fc4dccc3152dac3bcf8c3154926ddc54ec"><code>e437b3f</code></a> build: refine GraalVM native-image configuration and fix native test execution</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/473f528347356a3f851fe112c865cecbc87ea4cc"><code>473f528</code></a> fix(jdbc): DatabaseMetaData#getColumns should also retrieve columns from SYST...</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/e68bc05c123e76b970f14ab38ee7f23cf231597c"><code>e68bc05</code></a> refactor: replace mention of sqlite_master with sqlite_schema</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/05bb92959314335634b68860d53cdfd8aae7976a"><code>05bb929</code></a> fix: DatabaseMetaData#getTypeInfo's result should be ordered by DATA_TYPE</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/7ac8de8a85a454fbda32b646418798cb8f623ded"><code>7ac8de8</code></a> docs: use https for links to <a href="http://www.sqlite.org">www.sqlite.org</a></li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/5d1a2807f9baaf4bcec5e621cf8797105cc37c50"><code>5d1a280</code></a> build: hide bot names from release contributors</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/4c80ee73be9eae79f361f15ee266b7ac49f278ac"><code>4c80ee7</code></a> ci: replace java 18 with java 19</li> <li>Additional commits viewable in <a href="https://github.com/xerial/sqlite-jdbc/compare/3.40.0.0...3.40.1.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 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]
