dependabot[bot] opened a new pull request, #63: URL: https://github.com/apache/tomee-site-generator/pull/63
Bumps [org.apache.tika:tika-parsers](https://github.com/apache/tika) from 1.17 to 1.22. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/tika/blob/main/CHANGES.txt">org.apache.tika:tika-parsers's changelog</a>.</em></p> <blockquote> <p>Release 3.0.0-BETA - ??</p> <p>BREAKING CHANGES</p> <ul> <li> <p>Require Java 11 (TIKA-4128).</p> </li> <li> <p>The boilerpipe handler has been moved to the tika-handler-boiler-pipe package (TIKA-4138).</p> </li> <li> <p>We've migrated HTML parsing to the JSoup parser instead of TagSoup. If you have a custom configuration on the HTMLParser, you'll need to change that to o.a.t.p.html.JSoupParser (TIKA-1599). The TagSoup parser is still available in the tika-parser-tagsoup-module if you prefer the legacy parser.</p> </li> <li> <p>Removed xerces2 as a dependency (TIKA-4135).</p> </li> </ul> <p>Other Changes/Updates</p> <ul> <li> <p>Fix bug in DateUtils that stripped timezone information from incoming Calendar objects (TIKA-4126).</p> </li> <li> <p>The InputStreamDigester now calculates stream length (TIKA-4016).</p> </li> </ul> <p>Release 2.9.0 - 8/23/2023</p> <ul> <li> <p>With user configuration, the PDFParser can now throw an EncryptedDocumentException for Microsoft IRM PDF containers with encrypted payloads. Separately, the PDFParser now throws an EncryptedDocumentException instead of an IOException if the security handler cannot be found (TIKA-4082).</p> </li> <li> <p>Fix bug that led to duplicate extraction of macros from some OLE2 containers (TIKA-4116).</p> </li> <li> <p>Parse iframe's srcdoc as an embedded file (TIKA-3109).</p> </li> <li> <p>Add detection of warc.gz as a specialization of gz and parse as if a standard WARC (TIKA-4048).</p> </li> <li> <p>Allow users to modify the attachment limit size in the /unpack resource (TIKA-4039)</p> </li> <li> <p>Fixed write limit bug in RecursiveParserWrapper (TIKA-4055).</p> </li> <li> <p>Add mime detection for many files with thanks to Gregory Lepore (TIKA-3992).</p> </li> <li> <p>Fixed iWork 13 keynote detection on files with wrong extension (TIKA-4111).</p> </li> </ul> <p>Release 2.8.0 - 5/11/2023</p> <ul> <li> <p>Enable counting and/or parsing of incremental updates in PDFs. This is an experimental feature and may change in later releases (TIKA-4017).</p> </li> <li> <p>Fixed bug that prevented the the loading of CompositeExternalParser in tika-app and</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/tika/commit/aa2a385a630c702d2fb9a6cb37e280229c97f85a"><code>aa2a385</code></a> [maven-release-plugin] prepare release 1.22-rc4</li> <li><a href="https://github.com/apache/tika/commit/de0fca9688dcd505f5d409a75f3b043a12eacf0b"><code>de0fca9</code></a> roll back for rc#4...update date</li> <li><a href="https://github.com/apache/tika/commit/4db132e98ad25f65ed1f47074457cdb6fcf43ff4"><code>4db132e</code></a> roll back for rc#4</li> <li><a href="https://github.com/apache/tika/commit/c5daaf4277d277c2e3fc749071ec8b86579f7553"><code>c5daaf4</code></a> Merge remote-tracking branch 'origin/branch_1x' into branch_1x</li> <li><a href="https://github.com/apache/tika/commit/357c163a76713a3dc519e28936b1f36c2d6ab0c6"><code>357c163</code></a> include opennlp lang model in tika-eval during assembly</li> <li><a href="https://github.com/apache/tika/commit/0f3790ebd17b8345480ef0f5e8552ed615a7f121"><code>0f3790e</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/tika/commit/c23f47e0bc9960530af4c02ce8d0d372758f0e1b"><code>c23f47e</code></a> [maven-release-plugin] prepare release 1.23-rc3</li> <li><a href="https://github.com/apache/tika/commit/c25b81d3c659dd371ff9fb090144f453102e789b"><code>c25b81d</code></a> Merge remote-tracking branch 'origin/branch_1x' into branch_1x</li> <li><a href="https://github.com/apache/tika/commit/fd40040f1c02d66820fb8d82f0a60a34dd973d3d"><code>fd40040</code></a> roll back for rc#3, again...</li> <li><a href="https://github.com/apache/tika/commit/950ee35243b920692b9e9e355c157d129cade98c"><code>950ee35</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>Additional commits viewable in <a href="https://github.com/apache/tika/compare/1.17...1.22">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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/tomee-site-generator/network/alerts). </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-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org