You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2022/11/18 05:07:35 UTC

[GitHub] [tika] dependabot[bot] opened a new pull request, #805: Bump sqlite-jdbc from 3.39.4.0 to 3.39.4.1

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

   Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.4.0 to 3.39.4.1.
   <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.39.4.1</h2>
   <h2>Changelog</h2>
   <h2>🐛 Fixes</h2>
   <ul>
   <li><strong>jdbc</strong>: don't check if ResultSet is open in markCol (<a href="https://github.com/xerial/sqlite-jdbc/commits/6d6f756">6d6f756</a>)</li>
   <li><strong>jdbc</strong>: throw SQLException instead of IllegalStateException (<a href="https://github.com/xerial/sqlite-jdbc/commits/4bfb174">4bfb174</a>)</li>
   <li><strong>jdbc</strong>: properly handle updateCount for PreparedStatement (<a href="https://github.com/xerial/sqlite-jdbc/commits/6a910b9">6a910b9</a>)</li>
   <li><strong>jdbc</strong>: don't close ResultSet when last row is passed (<a href="https://github.com/xerial/sqlite-jdbc/commits/a21229d">a21229d</a>)</li>
   <li><strong>jdbc</strong>: properly reset Statement between reuse (<a href="https://github.com/xerial/sqlite-jdbc/commits/f497c43">f497c43</a>)</li>
   </ul>
   <h2>🛠  Build</h2>
   <ul>
   <li>fix boolean conditions, once more (<a href="https://github.com/xerial/sqlite-jdbc/commits/f11b824">f11b824</a>)</li>
   <li>fix boolean conditions (<a href="https://github.com/xerial/sqlite-jdbc/commits/857ed4c">857ed4c</a>)</li>
   <li>print event inputs (<a href="https://github.com/xerial/sqlite-jdbc/commits/83dbe02">83dbe02</a>)</li>
   <li>add failing tests for PreparedStatement getMetaData before execution (<a href="https://github.com/xerial/sqlite-jdbc/commits/6c95a88">6c95a88</a>)</li>
   <li>add failing tests for PreparedStatement getMoreResults and getUpdateCount (<a href="https://github.com/xerial/sqlite-jdbc/commits/98f00d3">98f00d3</a>)</li>
   <li>polish (<a href="https://github.com/xerial/sqlite-jdbc/commits/87c4601">87c4601</a>)</li>
   <li>replace deprecated set-output usage (<a href="https://github.com/xerial/sqlite-jdbc/commits/7ee209c">7ee209c</a>)</li>
   <li>add a release flag on CI workflow dispatch (<a href="https://github.com/xerial/sqlite-jdbc/commits/f9e5e7f">f9e5e7f</a>)</li>
   <li>add failing tests when getting ResultSet metadata past last row (<a href="https://github.com/xerial/sqlite-jdbc/commits/64771ef">64771ef</a>)</li>
   <li>add failing tests when reusing statements (<a href="https://github.com/xerial/sqlite-jdbc/commits/267e80b">267e80b</a>)</li>
   <li><strong>deps</strong>: bump andymckay/cancel-action from 0.2 to 0.3 (<a href="https://github.com/xerial/sqlite-jdbc/commits/67b5899">67b5899</a>)</li>
   <li>fix attach-javadoc failing with release profile (<a href="https://github.com/xerial/sqlite-jdbc/commits/9d3e2ca">9d3e2ca</a>)</li>
   <li>change jreleaser's changelog format (<a href="https://github.com/xerial/sqlite-jdbc/commits/4896a15">4896a15</a>)</li>
   <li>multi-release JAR with module-info.java (<a href="https://github.com/xerial/sqlite-jdbc/commits/5bf7566">5bf7566</a>)</li>
   </ul>
   <h2>📝 Documentation</h2>
   <ul>
   <li>update release process (<a href="https://github.com/xerial/sqlite-jdbc/commits/d91948e">d91948e</a>)</li>
   </ul>
   <h2>Contributors</h2>
   <p>We'd like to thank the following people for their contributions:
   Gauthier, Gauthier Roebroeck, GitHub, Petr Hadraba, dependabot[bot], github-actions</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/0be1e803da08fb367b80a8ebb42e3809755100db"><code>0be1e80</code></a> chore(release): 3.39.4.1 [skip ci]</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/f11b82406e196b2a07f33431369a725ed40ea236"><code>f11b824</code></a> ci: fix boolean conditions, once more</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/857ed4cb8a99a6553f66be8e502e6f8a29f11749"><code>857ed4c</code></a> ci: fix boolean conditions</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/83dbe025a8f8f1e4241904aadb4f5f3348527e91"><code>83dbe02</code></a> ci: print event inputs</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/6d6f756e9fd97f0f2c8e9d18c9b91ebbd8b52d7c"><code>6d6f756</code></a> fix(jdbc): don't check if ResultSet is open in markCol</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/4bfb174485d5ee49c18256451c8584049b7bc0d5"><code>4bfb174</code></a> fix(jdbc): throw SQLException instead of IllegalStateException</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/6c95a8868658ea0e8eb511700d09f9a7e1bab815"><code>6c95a88</code></a> test: add failing tests for PreparedStatement getMetaData before execution</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/6a910b93d9da0ad62b51a75e038dd31a1b5b247a"><code>6a910b9</code></a> fix(jdbc): properly handle updateCount for PreparedStatement</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/98f00d3d658f6322927e8fd14b8d7cd50c1377ff"><code>98f00d3</code></a> test: add failing tests for PreparedStatement getMoreResults and getUpdateCount</li>
   <li><a href="https://github.com/xerial/sqlite-jdbc/commit/87c4601c0ade9547ac6fdab22572898741cb17d3"><code>87c4601</code></a> test: polish</li>
   <li>Additional commits viewable in <a href="https://github.com/xerial/sqlite-jdbc/compare/3.39.4.0...3.39.4.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=maven&previous-version=3.39.4.0&new-version=3.39.4.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 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: dev-unsubscribe@tika.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tika] THausherr merged pull request #805: Bump sqlite-jdbc from 3.39.4.0 to 3.39.4.1

Posted by GitBox <gi...@apache.org>.
THausherr merged PR #805:
URL: https://github.com/apache/tika/pull/805


-- 
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-unsubscribe@tika.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org