dependabot[bot] opened a new pull request, #381:
URL: https://github.com/apache/opennlp-sandbox/pull/381

   Bumps [org.docx4j:docx4j-core](https://github.com/plutext/docx4j) from 
11.5.6 to 11.5.7.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/plutext/docx4j/blob/VERSION_11_5_8/CHANGELOG.md";>org.docx4j:docx4j-core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Version 11.5.7  (minor release)</h1>
   <h2>Release date</h2>
   <p>17 November 2025</p>
   <h2>Contributors to this release</h2>
   <p>Jason Harrop
   matthiaso
   RangerMak</p>
   <h2>Changes in Version 11.5.7</h2>
   <p>PDF via XSL FO output again: symbol/bullet fixes</p>
   <p>OpenDoPE: allow use of XPath 2 boolean semantics 
(org.opendope.conditions.Xpathref.XPathBoolean=cast2), and provide ability to 
circumvent strict type checking where a boolean is being compared to a string 
by casting the string 
(org.docx4j.openpackaging.parts.XmlPart.xpath2.typechecking=cast2). Requires 
Saxon 8.5 or later.</p>
   <p>Other minor fixes, including:</p>
   <ul>
   <li>Setting unmarshaller listener on binder working again with JPMS 
(ReferenceImpl only)</li>
   <li>diffx namespace handling</li>
   </ul>
   <p>Bump dependencies:</p>
   <p>commons-codec:commons-codec ......................... 1.19.0 -&gt; 1.20.0
   commons-io:commons-io ............................... 2.20.0 -&gt; 2.21.0
   org.apache.commons:commons-lang3 .................... 3.18.0 -&gt; 3.20.0
   org.apache.pdfbox:fontbox ............................. 3.0.5 -&gt; 3.0.6
   org.checkerframework:checker-qual ................... 3.51.0 -&gt; 3.52.0</p>
   <p>org.glassfish.jaxb:jaxb-core .......................... 4.0.5 -&gt; 4.0.6 
(JAXB Reference Impl)
   org.glassfish.jaxb:jaxb-runtime ....................... 4.0.5 -&gt; 4.0.6</p>
   <p>com.sun.xml.bind:jaxb-xjc ............................. 4.0.5 -&gt; 4.0.6 
(MOXy)</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/plutext/docx4j/commit/903c16e55d8bcdcd0b26d4e2a5a55b2117157abb";><code>903c16e</code></a>
 bump deps</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/2ee6bfa4da6bacc0c60a3e415e3e129e66b1b72d";><code>2ee6bfa</code></a>
 note updated deps</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/03f7070bd7662adad65af5554def6a689d16677f";><code>03f7070</code></a>
 Prepare for 11.5.7 release</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/09cc5dbe7d34a2353c28505d3334de8d53cf66bd";><code>09cc5db</code></a>
 trivial javadoc fix</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/61e87eee0ae771ad7501c4b3e610616c4dfbd437";><code>61e87ee</code></a>
 Update Getting Started: export-fo symbols, doc gen options</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/81bfc8cddd2b0b41ce8ac29f8ba9d8dba06d6e3b";><code>81bfc8c</code></a>
 Use OpenJDK 17 default values:</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/cd63a6721202c6603c904e81f0dfed2c7ae264f3";><code>cd63a67</code></a>
 minor - show how to null out other sectPr settings</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/68dde2e8002883321e3e24d2642a2ecd75ee407b";><code>68dde2e</code></a>
 symbol fonts test docx</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/60c1a7ee9ca586bf281493a561de7fde0ae355c8";><code>60c1a7e</code></a>
 Better logging of anti-zip bomb property settings</li>
   <li><a 
href="https://github.com/plutext/docx4j/commit/90ec03e6864bc5787d27bbd8695b1bd0e7d813d9";><code>90ec03e</code></a>
 Java vs XPath 1.0 vs XPath 2.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/plutext/docx4j/compare/docx4j-11.5.6...docx4j-11.5.7";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.docx4j:docx4j-core&package-manager=maven&previous-version=11.5.6&new-version=11.5.7)](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)
   
   
   </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