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

   Bumps `commonmark.version` from 0.27.1 to 0.28.0.
   Updates `org.commonmark:commonmark` from 0.27.1 to 0.28.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/releases";>org.commonmark:commonmark's
 releases</a>.</em></p>
   <blockquote>
   <h2>commonmark-java 0.28.0</h2>
   <h3>Added</h3>
   <ul>
   <li>New extension for alerts (aka callouts/admonitions)
   <ul>
   <li>Syntax:
   <pre><code>&gt; [!NOTE]
   &gt; The text of the note.
   </code></pre>
   </li>
   <li>As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or 
configure the
   extension to add additional ones.</li>
   <li>Use class <code>AlertsExtension</code> in artifact 
<code>commonmark-ext-gfm-alerts</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>)</li>
   </ul>
   </li>
   <li>New option <code>maxOpenBlockParsers</code> for 
<code>Parser.Builder</code> to set an overall limit
   for the depth of block parsing. If set, any nesting beyond the limit will be
   parsed as paragraph text instead. The default remains unlimited.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md";>org.commonmark:commonmark's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.28.0] - 2026-03-31</h2>
   <h3>Added</h3>
   <ul>
   <li>New extension for alerts (aka callouts/admonitions)
   <ul>
   <li>Syntax:
   <pre><code>&gt; [!NOTE]
   &gt; The text of the note.
   </code></pre>
   </li>
   <li>As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or 
configure the
   extension to add additional ones.</li>
   <li>Use class <code>AlertsExtension</code> in artifact 
<code>commonmark-ext-gfm-alerts</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>)</li>
   </ul>
   </li>
   <li>New option <code>maxOpenBlockParsers</code> for 
<code>Parser.Builder</code> to set an overall limit
   for the depth of block parsing. If set, any nesting beyond the limit will be
   parsed as paragraph text instead. The default remains unlimited.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/9e30657b678fd41b29ed3a957c3dd6a92fb445e1";><code>9e30657</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/75f6a97b043b268c7c5ba42455871fb27355844e";><code>75f6a97</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/424";>#424</a>
 from commonmark/release-0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/d278947053b678c639bc888d5410cb507853cf59";><code>d278947</code></a>
 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/873a861938a28653002549a1c418a1ff4b519657";><code>873a861</code></a>
 Prepare CHANGELOG for version 0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/53a63653e3b1021cd990caa1cdc2c4c31adcde39";><code>53a6365</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/423";>#423</a>
 from commonmark/alerts-followup</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/66210650c3bee8c3129fb4239edf93d902206d20";><code>6621065</code></a>
 Add alerts extension to integration tests</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/e2e27557e475588652902bb261ad0bb8f3be094e";><code>e2e2755</code></a>
 README: Add section about alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/471e639c3ea3aba2a8c6c656575262fd20ccb121";><code>471e639</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>
 from ia3andy/gfm-alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/61200f9c27cb7b8706b0754ca958a5822bdf801b";><code>61200f9</code></a>
 Update 
commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/f40ff5474d5b09e46cd7c27ab8431e325353d566";><code>f40ff54</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/422";>#422</a>
 from spirit-at-canva/spirit-add-node-depth-limit</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.27.1...commonmark-parent-0.28.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.27.1 to 0.28.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/releases";>org.commonmark:commonmark-ext-gfm-tables's
 releases</a>.</em></p>
   <blockquote>
   <h2>commonmark-java 0.28.0</h2>
   <h3>Added</h3>
   <ul>
   <li>New extension for alerts (aka callouts/admonitions)
   <ul>
   <li>Syntax:
   <pre><code>&gt; [!NOTE]
   &gt; The text of the note.
   </code></pre>
   </li>
   <li>As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or 
configure the
   extension to add additional ones.</li>
   <li>Use class <code>AlertsExtension</code> in artifact 
<code>commonmark-ext-gfm-alerts</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>)</li>
   </ul>
   </li>
   <li>New option <code>maxOpenBlockParsers</code> for 
<code>Parser.Builder</code> to set an overall limit
   for the depth of block parsing. If set, any nesting beyond the limit will be
   parsed as paragraph text instead. The default remains unlimited.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md";>org.commonmark:commonmark-ext-gfm-tables's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.28.0] - 2026-03-31</h2>
   <h3>Added</h3>
   <ul>
   <li>New extension for alerts (aka callouts/admonitions)
   <ul>
   <li>Syntax:
   <pre><code>&gt; [!NOTE]
   &gt; The text of the note.
   </code></pre>
   </li>
   <li>As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or 
configure the
   extension to add additional ones.</li>
   <li>Use class <code>AlertsExtension</code> in artifact 
<code>commonmark-ext-gfm-alerts</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>)</li>
   </ul>
   </li>
   <li>New option <code>maxOpenBlockParsers</code> for 
<code>Parser.Builder</code> to set an overall limit
   for the depth of block parsing. If set, any nesting beyond the limit will be
   parsed as paragraph text instead. The default remains unlimited.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/9e30657b678fd41b29ed3a957c3dd6a92fb445e1";><code>9e30657</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/75f6a97b043b268c7c5ba42455871fb27355844e";><code>75f6a97</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/424";>#424</a>
 from commonmark/release-0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/d278947053b678c639bc888d5410cb507853cf59";><code>d278947</code></a>
 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/873a861938a28653002549a1c418a1ff4b519657";><code>873a861</code></a>
 Prepare CHANGELOG for version 0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/53a63653e3b1021cd990caa1cdc2c4c31adcde39";><code>53a6365</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/423";>#423</a>
 from commonmark/alerts-followup</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/66210650c3bee8c3129fb4239edf93d902206d20";><code>6621065</code></a>
 Add alerts extension to integration tests</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/e2e27557e475588652902bb261ad0bb8f3be094e";><code>e2e2755</code></a>
 README: Add section about alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/471e639c3ea3aba2a8c6c656575262fd20ccb121";><code>471e639</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>
 from ia3andy/gfm-alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/61200f9c27cb7b8706b0754ca958a5822bdf801b";><code>61200f9</code></a>
 Update 
commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/f40ff5474d5b09e46cd7c27ab8431e325353d566";><code>f40ff54</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/422";>#422</a>
 from spirit-at-canva/spirit-add-node-depth-limit</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.27.1...commonmark-parent-0.28.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.27.1 to 
0.28.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/releases";>org.commonmark:commonmark-ext-gfm-strikethrough's
 releases</a>.</em></p>
   <blockquote>
   <h2>commonmark-java 0.28.0</h2>
   <h3>Added</h3>
   <ul>
   <li>New extension for alerts (aka callouts/admonitions)
   <ul>
   <li>Syntax:
   <pre><code>&gt; [!NOTE]
   &gt; The text of the note.
   </code></pre>
   </li>
   <li>As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or 
configure the
   extension to add additional ones.</li>
   <li>Use class <code>AlertsExtension</code> in artifact 
<code>commonmark-ext-gfm-alerts</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>)</li>
   </ul>
   </li>
   <li>New option <code>maxOpenBlockParsers</code> for 
<code>Parser.Builder</code> to set an overall limit
   for the depth of block parsing. If set, any nesting beyond the limit will be
   parsed as paragraph text instead. The default remains unlimited.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md";>org.commonmark:commonmark-ext-gfm-strikethrough's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.28.0] - 2026-03-31</h2>
   <h3>Added</h3>
   <ul>
   <li>New extension for alerts (aka callouts/admonitions)
   <ul>
   <li>Syntax:
   <pre><code>&gt; [!NOTE]
   &gt; The text of the note.
   </code></pre>
   </li>
   <li>As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or 
configure the
   extension to add additional ones.</li>
   <li>Use class <code>AlertsExtension</code> in artifact 
<code>commonmark-ext-gfm-alerts</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>)</li>
   </ul>
   </li>
   <li>New option <code>maxOpenBlockParsers</code> for 
<code>Parser.Builder</code> to set an overall limit
   for the depth of block parsing. If set, any nesting beyond the limit will be
   parsed as paragraph text instead. The default remains unlimited.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/9e30657b678fd41b29ed3a957c3dd6a92fb445e1";><code>9e30657</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/75f6a97b043b268c7c5ba42455871fb27355844e";><code>75f6a97</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/424";>#424</a>
 from commonmark/release-0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/d278947053b678c639bc888d5410cb507853cf59";><code>d278947</code></a>
 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/873a861938a28653002549a1c418a1ff4b519657";><code>873a861</code></a>
 Prepare CHANGELOG for version 0.28.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/53a63653e3b1021cd990caa1cdc2c4c31adcde39";><code>53a6365</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/423";>#423</a>
 from commonmark/alerts-followup</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/66210650c3bee8c3129fb4239edf93d902206d20";><code>6621065</code></a>
 Add alerts extension to integration tests</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/e2e27557e475588652902bb261ad0bb8f3be094e";><code>e2e2755</code></a>
 README: Add section about alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/471e639c3ea3aba2a8c6c656575262fd20ccb121";><code>471e639</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/420";>#420</a>
 from ia3andy/gfm-alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/61200f9c27cb7b8706b0754ca958a5822bdf801b";><code>61200f9</code></a>
 Update 
commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/f40ff5474d5b09e46cd7c27ab8431e325353d566";><code>f40ff54</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/422";>#422</a>
 from spirit-at-canva/spirit-add-node-depth-limit</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.27.1...commonmark-parent-0.28.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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