dependabot[bot] opened a new pull request, #702:
URL: https://github.com/apache/creadur-rat/pull/702

   Bumps `tika.version` from 3.3.1 to 3.3.2.
   Updates `org.apache.tika:tika-core` from 3.3.1 to 3.3.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/tika/blob/3.3.2/CHANGES.txt";>org.apache.tika:tika-core's
 changelog</a>.</em></p>
   <blockquote>
   <p>Release 3.3.2 - 7/16/2026</p>
   <ul>
   <li>
   <p>Dependency upgrades (TIKA-4738).</p>
   </li>
   <li>
   <p>tika-server now requires enableUnsecureFeatures=true when the /pipes, 
/async, or
   /status endpoints are selected; the server refuses to start otherwise 
(TIKA-4760).</p>
   </li>
   <li>
   <p>Port the 4.x SAX-based OOXML parsers to 3.x and make SAX default.
   The docx/pptx/xlsx/vsdx SAX parsers gain field-code hyperlink extraction,
   inlined footnotes/endnotes/comments, balanced-XHTML recovery on error, and 
XMLBeans-free
   xlsx/xlsb reading. The DOM docx/pptx parsers can still be configured via
   useSAXDocxExtractor/useSAXPptxExtractor (TIKA-4692, TIKA-4708, 
TIKA-4790).</p>
   </li>
   </ul>
   <p>Release 3.3.1 - 5/20/2026</p>
   <ul>
   <li>
   <p>Dependency upgrades (TIKA-4695).</p>
   </li>
   <li>
   <p>Use the IANA-registered text/markdown as the primary media type, with
   text/x-web-markdown and text/x-markdown kept as aliases (TIKA-4724).</p>
   </li>
   <li>
   <p>Fix several potential resource/file-handle leaks across the OOXML and ODF 
parsers,
   the HTTP fetcher, the gRPC server, and ForkClient (TIKA-4704).</p>
   </li>
   <li>
   <p>The resourceName of a nested tarball no longer includes the parent
   directories of its parent gzip file, and fix a typo in the .gz extension
   (TIKA-4705).</p>
   </li>
   </ul>
   <p>Release 3.3.0 - 3/18/2026</p>
   <ul>
   <li>
   <p>Switch to poi-ooxml-full (TIKA-4563).</p>
   </li>
   <li>
   <p>Users need to add &quot;allowAbsolutePaths=true&quot; for the 
FileSystemFetcher to fetch
   an absolute path (TIKA-4649).</p>
   </li>
   <li>
   <p>Add a markdown option for content handlers (TIKA-4563).</p>
   </li>
   <li>
   <p>Improve zip parsing (TIKA-4650).</p>
   </li>
   <li>
   <p>Add detection of compressed bmp (TIKA-4511).</p>
   </li>
   <li>
   <p>Allow per file timeouts in tika-pipes (TIKA-4497).</p>
   </li>
   <li>
   <p>Add matroska detector (TIKA-1180).</p>
   </li>
   <li>
   <p>Allow multiple values for many Dublin Core keys (TIKA-4466).</p>
   </li>
   <li>
   <p>Extract macros by default in tika-app's commandline and gui 
(TIKA-4472).</p>
   </li>
   <li>
   <p>Improve extraction of Javascript from PDFs (TIKA-4465).</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/b8a6916eab70ccdb5d4551c69be1a46af29c2cff";><code>b8a6916</code></a>
 [maven-release-plugin] prepare release 3.3.2-rc1</li>
   <li><a 
href="https://github.com/apache/tika/commit/bf670127354d5707e56cb09142ec82619989c058";><code>bf67012</code></a>
 Prep for 3.3.2 rc1, another day...</li>
   <li><a 
href="https://github.com/apache/tika/commit/a2d8362f8ab27f4ec6ee4f870a8227e249c21ef1";><code>a2d8362</code></a>
 Prep for 3.3.2 rc1, bump maven version</li>
   <li><a 
href="https://github.com/apache/tika/commit/df5130ff5534cf26011fef6f3c0a0c097538553f";><code>df5130f</code></a>
 Prep for 3.3.2 rc1, roll back release version</li>
   <li><a 
href="https://github.com/apache/tika/commit/d6cc5137d47a139c8329433c58cb0c71ed963002";><code>d6cc513</code></a>
 Prep for 3.3.2 rc1, javadocs</li>
   <li><a 
href="https://github.com/apache/tika/commit/73865f9aa9c9fee5fcd9de0ac45fb3fe68f7ac8b";><code>73865f9</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/apache/tika/commit/c8a2d64f09befab60a771958e44b590cc70da50b";><code>c8a2d64</code></a>
 [maven-release-plugin] prepare release 3.3.2-rc1</li>
   <li><a 
href="https://github.com/apache/tika/commit/63f4a9569c97c8e7d5e4ee79c4cdedb1cd223e2b";><code>63f4a95</code></a>
 Prep for 3.3.2 rc1</li>
   <li><a 
href="https://github.com/apache/tika/commit/3cecc5b22ee966b285a68f94974b648ecef3bcb7";><code>3cecc5b</code></a>
 TIKA-4790 -- make sax parsing default in 3.x (<a 
href="https://redirect.github.com/apache/tika/issues/2957";>#2957</a>)</li>
   <li><a 
href="https://github.com/apache/tika/commit/883805d6f28777aa5e540cd324e580218a70c202";><code>883805d</code></a>
 backport javadocs aggregate fix from main (<a 
href="https://redirect.github.com/apache/tika/issues/2958";>#2958</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/tika/compare/3.3.1...3.3.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.tika:tika-parser-text-module` from 3.3.1 to 3.3.2
   
   
   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]

Reply via email to