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

   Bumps `commonmark.version` from 0.28.0 to 0.29.0.
   Updates `org.commonmark:commonmark` from 0.28.0 to 0.29.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.29.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Support rendering GFM task list items to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/433";>#433</a>)</li>
   <li>Support rendering YAML front matter to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/434";>#434</a>)</li>
   <li>Alerts
   <ul>
   <li>Allow customizing HTML attributes for alert title <code>&lt;p&gt;</code> 
tag via <code>AttributeProvider</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/427";>#427</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow authors to 
provide custom
   titles per alert. See the
   <a 
href="https://github.com/commonmark/commonmark-java/blob/HEAD/commonmark-ext-gfm-alerts/README.md#custom-alert-titles";>custom
 titles section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow alerts to be 
nested within
   other blocks (including other alerts). See
   <a 
href="https://github.com/commonmark/commonmark-java/blob/HEAD/commonmark-ext-gfm-alerts/README.md#nesting-alerts";>this
 section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow the set of 
alert types
   (including standard GFM types) to be completely overwritten. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>)
   <pre lang="java"><code>var extension = AlertsExtension.builder()
           .setAllowedTypes(Map.ofEntries(
                   Map.entry(&quot;IMPORTANT&quot;, &quot;Important&quot;),
                   Map.entry(&quot;WARNING&quot;, &quot;Warning&quot;)
                   Map.entry(&quot;BUG&quot;, &quot;Known Bug&quot;)
           ))
           .build();
   </code></pre>
   </li>
   <li>Support rendering alerts to text (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>)</li>
   </ul>
   </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.29.0] - 2026-06-20</h2>
   <h3>Added</h3>
   <ul>
   <li>Support rendering GFM task list items to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/433";>#433</a>)</li>
   <li>Support rendering YAML front matter to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/434";>#434</a>)</li>
   <li>Alerts
   <ul>
   <li>Allow customizing HTML attributes for alert title <code>&lt;p&gt;</code> 
tag via <code>AttributeProvider</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/427";>#427</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow authors to 
provide custom
   titles per alert. See the
   <a 
href="https://github.com/commonmark/commonmark-java/blob/main/commonmark-ext-gfm-alerts/README.md#custom-alert-titles";>custom
 titles section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow alerts to be 
nested within
   other blocks (including other alerts). See
   <a 
href="https://github.com/commonmark/commonmark-java/blob/main/commonmark-ext-gfm-alerts/README.md#nesting-alerts";>this
 section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow the set of 
alert types
   (including standard GFM types) to be completely overwritten. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>)
   <pre lang="java"><code>var extension = AlertsExtension.builder()
           .setAllowedTypes(Map.ofEntries(
                   Map.entry(&quot;IMPORTANT&quot;, &quot;Important&quot;),
                   Map.entry(&quot;WARNING&quot;, &quot;Warning&quot;)
                   Map.entry(&quot;BUG&quot;, &quot;Known Bug&quot;)
           ))
           .build();
   </code></pre>
   </li>
   <li>Support rendering alerts to text (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>)</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/57cf9fde68ae40efc3943557caccd3628bccc3cf";><code>57cf9fd</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/4f6b66e11e03fd90349251c64feff7633d0b84d1";><code>4f6b66e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/438";>#438</a>
 from commonmark/release-0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/b0f4dbc849c8b0b75ad4d6770e8ba212b9229335";><code>b0f4dbc</code></a>
 mvn versions:set -DnewVersion=0.29.0-SNAPSHOT</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/c5f6bc9f761e5d8ed8c0cec484efc4dc0541dd07";><code>c5f6bc9</code></a>
 Prepare CHANGELOG for version 0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/952ce9df551558958b73c22907892bc49d8a3fab";><code>952ce9d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>
 from rdestefa/issue-436-alerts-text-rendering</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/efc90bd89d5d85f17be26a23499fa07071f2e8d2";><code>efc90bd</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/0117b82cbd30106e3af90802ec8bbca5aabc76ec";><code>0117b82</code></a>
 Update AlertHtmlNodeRenderer.java</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/ffa682edf0a49ac4e87d9da95c94b033ead5b4e9";><code>ffa682e</code></a>
 Update AlertTextContentNodeRenderer.java</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/717dedd60df646894518540102d88486371a87f3";><code>717dedd</code></a>
 Add Text Content Rendering Support for Alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/b146e551d898d43384adaaaa1cf7de980624b574";><code>b146e55</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>
 from rdestefa/issue-431-disallow-github-alert-types</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.28.0...commonmark-parent-0.29.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.28.0 to 0.29.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.29.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Support rendering GFM task list items to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/433";>#433</a>)</li>
   <li>Support rendering YAML front matter to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/434";>#434</a>)</li>
   <li>Alerts
   <ul>
   <li>Allow customizing HTML attributes for alert title <code>&lt;p&gt;</code> 
tag via <code>AttributeProvider</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/427";>#427</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow authors to 
provide custom
   titles per alert. See the
   <a 
href="https://github.com/commonmark/commonmark-java/blob/HEAD/commonmark-ext-gfm-alerts/README.md#custom-alert-titles";>custom
 titles section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow alerts to be 
nested within
   other blocks (including other alerts). See
   <a 
href="https://github.com/commonmark/commonmark-java/blob/HEAD/commonmark-ext-gfm-alerts/README.md#nesting-alerts";>this
 section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow the set of 
alert types
   (including standard GFM types) to be completely overwritten. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>)
   <pre lang="java"><code>var extension = AlertsExtension.builder()
           .setAllowedTypes(Map.ofEntries(
                   Map.entry(&quot;IMPORTANT&quot;, &quot;Important&quot;),
                   Map.entry(&quot;WARNING&quot;, &quot;Warning&quot;)
                   Map.entry(&quot;BUG&quot;, &quot;Known Bug&quot;)
           ))
           .build();
   </code></pre>
   </li>
   <li>Support rendering alerts to text (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>)</li>
   </ul>
   </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.29.0] - 2026-06-20</h2>
   <h3>Added</h3>
   <ul>
   <li>Support rendering GFM task list items to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/433";>#433</a>)</li>
   <li>Support rendering YAML front matter to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/434";>#434</a>)</li>
   <li>Alerts
   <ul>
   <li>Allow customizing HTML attributes for alert title <code>&lt;p&gt;</code> 
tag via <code>AttributeProvider</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/427";>#427</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow authors to 
provide custom
   titles per alert. See the
   <a 
href="https://github.com/commonmark/commonmark-java/blob/main/commonmark-ext-gfm-alerts/README.md#custom-alert-titles";>custom
 titles section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow alerts to be 
nested within
   other blocks (including other alerts). See
   <a 
href="https://github.com/commonmark/commonmark-java/blob/main/commonmark-ext-gfm-alerts/README.md#nesting-alerts";>this
 section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow the set of 
alert types
   (including standard GFM types) to be completely overwritten. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>)
   <pre lang="java"><code>var extension = AlertsExtension.builder()
           .setAllowedTypes(Map.ofEntries(
                   Map.entry(&quot;IMPORTANT&quot;, &quot;Important&quot;),
                   Map.entry(&quot;WARNING&quot;, &quot;Warning&quot;)
                   Map.entry(&quot;BUG&quot;, &quot;Known Bug&quot;)
           ))
           .build();
   </code></pre>
   </li>
   <li>Support rendering alerts to text (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>)</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/57cf9fde68ae40efc3943557caccd3628bccc3cf";><code>57cf9fd</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/4f6b66e11e03fd90349251c64feff7633d0b84d1";><code>4f6b66e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/438";>#438</a>
 from commonmark/release-0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/b0f4dbc849c8b0b75ad4d6770e8ba212b9229335";><code>b0f4dbc</code></a>
 mvn versions:set -DnewVersion=0.29.0-SNAPSHOT</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/c5f6bc9f761e5d8ed8c0cec484efc4dc0541dd07";><code>c5f6bc9</code></a>
 Prepare CHANGELOG for version 0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/952ce9df551558958b73c22907892bc49d8a3fab";><code>952ce9d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>
 from rdestefa/issue-436-alerts-text-rendering</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/efc90bd89d5d85f17be26a23499fa07071f2e8d2";><code>efc90bd</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/0117b82cbd30106e3af90802ec8bbca5aabc76ec";><code>0117b82</code></a>
 Update AlertHtmlNodeRenderer.java</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/ffa682edf0a49ac4e87d9da95c94b033ead5b4e9";><code>ffa682e</code></a>
 Update AlertTextContentNodeRenderer.java</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/717dedd60df646894518540102d88486371a87f3";><code>717dedd</code></a>
 Add Text Content Rendering Support for Alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/b146e551d898d43384adaaaa1cf7de980624b574";><code>b146e55</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>
 from rdestefa/issue-431-disallow-github-alert-types</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.28.0...commonmark-parent-0.29.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.28.0 to 
0.29.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.29.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Support rendering GFM task list items to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/433";>#433</a>)</li>
   <li>Support rendering YAML front matter to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/434";>#434</a>)</li>
   <li>Alerts
   <ul>
   <li>Allow customizing HTML attributes for alert title <code>&lt;p&gt;</code> 
tag via <code>AttributeProvider</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/427";>#427</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow authors to 
provide custom
   titles per alert. See the
   <a 
href="https://github.com/commonmark/commonmark-java/blob/HEAD/commonmark-ext-gfm-alerts/README.md#custom-alert-titles";>custom
 titles section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow alerts to be 
nested within
   other blocks (including other alerts). See
   <a 
href="https://github.com/commonmark/commonmark-java/blob/HEAD/commonmark-ext-gfm-alerts/README.md#nesting-alerts";>this
 section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow the set of 
alert types
   (including standard GFM types) to be completely overwritten. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>)
   <pre lang="java"><code>var extension = AlertsExtension.builder()
           .setAllowedTypes(Map.ofEntries(
                   Map.entry(&quot;IMPORTANT&quot;, &quot;Important&quot;),
                   Map.entry(&quot;WARNING&quot;, &quot;Warning&quot;)
                   Map.entry(&quot;BUG&quot;, &quot;Known Bug&quot;)
           ))
           .build();
   </code></pre>
   </li>
   <li>Support rendering alerts to text (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>)</li>
   </ul>
   </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.29.0] - 2026-06-20</h2>
   <h3>Added</h3>
   <ul>
   <li>Support rendering GFM task list items to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/433";>#433</a>)</li>
   <li>Support rendering YAML front matter to Markdown (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/434";>#434</a>)</li>
   <li>Alerts
   <ul>
   <li>Allow customizing HTML attributes for alert title <code>&lt;p&gt;</code> 
tag via <code>AttributeProvider</code> (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/427";>#427</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow authors to 
provide custom
   titles per alert. See the
   <a 
href="https://github.com/commonmark/commonmark-java/blob/main/commonmark-ext-gfm-alerts/README.md#custom-alert-titles";>custom
 titles section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow alerts to be 
nested within
   other blocks (including other alerts). See
   <a 
href="https://github.com/commonmark/commonmark-java/blob/main/commonmark-ext-gfm-alerts/README.md#nesting-alerts";>this
 section of the alerts README</a>
   for more information. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/430";>#430</a>)</li>
   <li>New configuration for <code>AlertsExtension</code> to allow the set of 
alert types
   (including standard GFM types) to be completely overwritten. (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>)
   <pre lang="java"><code>var extension = AlertsExtension.builder()
           .setAllowedTypes(Map.ofEntries(
                   Map.entry(&quot;IMPORTANT&quot;, &quot;Important&quot;),
                   Map.entry(&quot;WARNING&quot;, &quot;Warning&quot;)
                   Map.entry(&quot;BUG&quot;, &quot;Known Bug&quot;)
           ))
           .build();
   </code></pre>
   </li>
   <li>Support rendering alerts to text (<a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>)</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/57cf9fde68ae40efc3943557caccd3628bccc3cf";><code>57cf9fd</code></a>
 [maven-release-plugin] prepare release commonmark-parent-0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/4f6b66e11e03fd90349251c64feff7633d0b84d1";><code>4f6b66e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/438";>#438</a>
 from commonmark/release-0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/b0f4dbc849c8b0b75ad4d6770e8ba212b9229335";><code>b0f4dbc</code></a>
 mvn versions:set -DnewVersion=0.29.0-SNAPSHOT</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/c5f6bc9f761e5d8ed8c0cec484efc4dc0541dd07";><code>c5f6bc9</code></a>
 Prepare CHANGELOG for version 0.29.0</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/952ce9df551558958b73c22907892bc49d8a3fab";><code>952ce9d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/437";>#437</a>
 from rdestefa/issue-436-alerts-text-rendering</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/efc90bd89d5d85f17be26a23499fa07071f2e8d2";><code>efc90bd</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/0117b82cbd30106e3af90802ec8bbca5aabc76ec";><code>0117b82</code></a>
 Update AlertHtmlNodeRenderer.java</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/ffa682edf0a49ac4e87d9da95c94b033ead5b4e9";><code>ffa682e</code></a>
 Update AlertTextContentNodeRenderer.java</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/717dedd60df646894518540102d88486371a87f3";><code>717dedd</code></a>
 Add Text Content Rendering Support for Alerts</li>
   <li><a 
href="https://github.com/commonmark/commonmark-java/commit/b146e551d898d43384adaaaa1cf7de980624b574";><code>b146e55</code></a>
 Merge pull request <a 
href="https://redirect.github.com/commonmark/commonmark-java/issues/435";>#435</a>
 from rdestefa/issue-431-disallow-github-alert-types</li>
   <li>Additional commits viewable in <a 
href="https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.28.0...commonmark-parent-0.29.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