dependabot[bot] opened a new pull request #521:
URL: https://github.com/apache/isis/pull/521


   Bumps `asciidoctorj.version` from 2.4.3 to 2.5.0.
   Updates `asciidoctorj-api` from 2.4.3 to 2.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/asciidoctor/asciidoctorj/releases";>asciidoctorj-api's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.5.0</h2>
   <p>This release upgrades the version of Asciidoctor core to 2.0.14.
   Also a lot of effort has gone into modernising the build for Gradle 7.0 and 
Java 16.
   Finally, an effort has started to better document and clean up the API.
   Please take notice of the deprecations in the Asciidoctor interface, as the 
next major version will remove these methods.</p>
   <p><strong>Improvement</strong></p>
   <ul>
   <li>Allow defining <code>@Name</code> as a meta annotation on Block and 
Inline Macros (<a 
href="https://github.com/uniqueck";><code>@​uniqueck</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/898";>#898</a>)</li>
   <li>Upgrade to jruby 9.2.17.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1004";>#1004</a>)</li>
   <li>Upgrade to asciidoctorj-diagram 2.1.2 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1004";>#1004</a>)</li>
   <li>Add getRevisionInfo method to Document. Make <code>DocumentHeader</code> 
class and <code>readDocumentHeader</code> methods as deprecated (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1008";>#1008</a>)</li>
   <li>Add getAuthors method to Document (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1007";>#1007</a>)</li>
   <li>Upgrade to asciidoctor 2.0.14 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1016";>#1016</a>)</li>
   <li>Deprecated methods Asciidoctor, Options and Attributes API scheduled for 
future removal (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>)(<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1015";>#1015</a>)</li>
   <li>Add pushInclude to PreprocessorReaderImpl and deprecate push_include (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1020";>#1020</a>)</li>
   </ul>
   <p><strong>Build Improvements</strong></p>
   <ul>
   <li>Fix wildfly integration test on Java 16 (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1002";>#1002</a>)</li>
   <li>Upgrade Gradle to 7.0.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1001";>#1001</a>)</li>
   <li>Fix URL for distribution in sdkman (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/990";>#990</a>)</li>
   <li>Update gradle plugin biz.aQute.bnd to 5.3.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1001";>#1001</a>)</li>
   <li>Run Github actions for main branch (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1017";>#1017</a>)</li>
   </ul>
   <p><strong>Documentation</strong></p>
   <ul>
   <li>Add Spring Boot integration test and usage guide (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/994";>#994</a>,
 <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/995";>#995</a>)</li>
   </ul>
   <h2>Release Meta</h2>
   <p>Released on: 2021-04-17
   Released by: <a 
href="https://github.com/robertpanzer";><code>@​robertpanzer</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc";>asciidoctorj-api's
 changelog</a>.</em></p>
   <blockquote>
   <p>== 2.5.0 (2021-02-27)</p>
   <p>Improvement::</p>
   <ul>
   <li>Allow defining <code>@Name</code> as a meta annotation on Block and 
Inline Macros (<a 
href="https://github.com/uniqueck";><code>@​uniqueck</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/898";>#898</a>)</li>
   <li>Upgrade to jruby 9.2.17.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1004";>#1004</a>)</li>
   <li>Upgrade to asciidoctorj-diagram 2.1.2 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1004";>#1004</a>)</li>
   <li>Add getRevisionInfo method to Document. Make <code>DocumentHeader</code> 
class and <code>readDocumentHeader</code> methods as deprecated (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1008";>#1008</a>)</li>
   <li>Add getAuthors method to Document (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1007";>#1007</a>)</li>
   <li>Upgrade to asciidoctor 2.0.14 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1016";>#1016</a>)</li>
   <li>Deprecated methods Asciidoctor, Options and Attributes API scheduled for 
future removal (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>)(<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1015";>#1015</a>)</li>
   <li>Add pushInclude to PreprocessorReaderImpl and deprecate push_include (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1020";>#1020</a>)</li>
   </ul>
   <p>Build Improvement::</p>
   <ul>
   <li>Fix wildfly integration test on Java 16 (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1002";>#1002</a>)</li>
   <li>Upgrade Gradle to 7.0.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1001";>#1001</a>)</li>
   <li>Fix URL for distribution in sdkman (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/990";>#990</a>)</li>
   <li>Update gradle plugin biz.aQute.bnd to 5.3.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1001";>#1001</a>)</li>
   <li>Run Github actions for main branch (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1017";>#1017</a>)</li>
   </ul>
   <p>Documentation::</p>
   <ul>
   <li>Add Spring Boot integration test and usage guide (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/994";>#994</a>,
 <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/995";>#995</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/0e27884200b5a61e86fcd074b8367d2b20a8f915";><code>0e27884</code></a>
 Release v2.5.0</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/76a3a0020fc5a7e9344bcf7e002b9f59f8f1952b";><code>76a3a00</code></a>
 Prepare next release</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/d3d22000d1391c4a174a242457ff5817c9d2e7c9";><code>d3d2200</code></a>
 Release candidate 2.5.0-rc.1</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/12a0e8a30022bc85e63a392fdc672861c5973c5c";><code>12a0e8a</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1023";>#1023</a>
 from abelsromero/issue-835-document-artifacts-local-...</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/c5f1459e01ea3d55638c96fa81131d075276cd54";><code>c5f1459</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1022";>#1022</a>
 from abelsromero/minnor-fix-doc-title-in-menu</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/36fd78051a24bd3883833b3084b783e00ff58f02";><code>36fd780</code></a>
 Improve local development docs</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/9f681810e725bea06118f7b8a21756f8e89b5da1";><code>9f68181</code></a>
 Fix doc filename instead of title shown in nav menu</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/757e375d088c7a7e774b6cf91f79e482e76457c2";><code>757e375</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1014";>#1014</a>
 from robertpanzer/fix-intellij</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/8f7bebc686345fc343911e4d3e49fc52b14490eb";><code>8f7bebc</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1020";>#1020</a>
 from abelsromero/issue-980-rename-push_include</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/4f72f07f1f50eb5cf73d3cda08261c04a685ce20";><code>4f72f07</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1019";>#1019</a>
 from abelsromero/gh-action-maintenance</li>
   <li>Additional commits viewable in <a 
href="https://github.com/asciidoctor/asciidoctorj/compare/v2.4.3...v2.5.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `asciidoctorj` from 2.4.3 to 2.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/asciidoctor/asciidoctorj/releases";>asciidoctorj's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.5.0</h2>
   <p>This release upgrades the version of Asciidoctor core to 2.0.14.
   Also a lot of effort has gone into modernising the build for Gradle 7.0 and 
Java 16.
   Finally, an effort has started to better document and clean up the API.
   Please take notice of the deprecations in the Asciidoctor interface, as the 
next major version will remove these methods.</p>
   <p><strong>Improvement</strong></p>
   <ul>
   <li>Allow defining <code>@Name</code> as a meta annotation on Block and 
Inline Macros (<a 
href="https://github.com/uniqueck";><code>@​uniqueck</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/898";>#898</a>)</li>
   <li>Upgrade to jruby 9.2.17.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1004";>#1004</a>)</li>
   <li>Upgrade to asciidoctorj-diagram 2.1.2 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1004";>#1004</a>)</li>
   <li>Add getRevisionInfo method to Document. Make <code>DocumentHeader</code> 
class and <code>readDocumentHeader</code> methods as deprecated (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1008";>#1008</a>)</li>
   <li>Add getAuthors method to Document (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1007";>#1007</a>)</li>
   <li>Upgrade to asciidoctor 2.0.14 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1016";>#1016</a>)</li>
   <li>Deprecated methods Asciidoctor, Options and Attributes API scheduled for 
future removal (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>)(<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1015";>#1015</a>)</li>
   <li>Add pushInclude to PreprocessorReaderImpl and deprecate push_include (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1020";>#1020</a>)</li>
   </ul>
   <p><strong>Build Improvements</strong></p>
   <ul>
   <li>Fix wildfly integration test on Java 16 (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1002";>#1002</a>)</li>
   <li>Upgrade Gradle to 7.0.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1001";>#1001</a>)</li>
   <li>Fix URL for distribution in sdkman (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/990";>#990</a>)</li>
   <li>Update gradle plugin biz.aQute.bnd to 5.3.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1001";>#1001</a>)</li>
   <li>Run Github actions for main branch (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1017";>#1017</a>)</li>
   </ul>
   <p><strong>Documentation</strong></p>
   <ul>
   <li>Add Spring Boot integration test and usage guide (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/994";>#994</a>,
 <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/995";>#995</a>)</li>
   </ul>
   <h2>Release Meta</h2>
   <p>Released on: 2021-04-17
   Released by: <a 
href="https://github.com/robertpanzer";><code>@​robertpanzer</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc";>asciidoctorj's
 changelog</a>.</em></p>
   <blockquote>
   <p>== 2.5.0 (2021-02-27)</p>
   <p>Improvement::</p>
   <ul>
   <li>Allow defining <code>@Name</code> as a meta annotation on Block and 
Inline Macros (<a 
href="https://github.com/uniqueck";><code>@​uniqueck</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/898";>#898</a>)</li>
   <li>Upgrade to jruby 9.2.17.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1004";>#1004</a>)</li>
   <li>Upgrade to asciidoctorj-diagram 2.1.2 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1004";>#1004</a>)</li>
   <li>Add getRevisionInfo method to Document. Make <code>DocumentHeader</code> 
class and <code>readDocumentHeader</code> methods as deprecated (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1008";>#1008</a>)</li>
   <li>Add getAuthors method to Document (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1007";>#1007</a>)</li>
   <li>Upgrade to asciidoctor 2.0.14 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1016";>#1016</a>)</li>
   <li>Deprecated methods Asciidoctor, Options and Attributes API scheduled for 
future removal (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>)(<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1015";>#1015</a>)</li>
   <li>Add pushInclude to PreprocessorReaderImpl and deprecate push_include (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1020";>#1020</a>)</li>
   </ul>
   <p>Build Improvement::</p>
   <ul>
   <li>Fix wildfly integration test on Java 16 (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1002";>#1002</a>)</li>
   <li>Upgrade Gradle to 7.0.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1001";>#1001</a>)</li>
   <li>Fix URL for distribution in sdkman (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/990";>#990</a>)</li>
   <li>Update gradle plugin biz.aQute.bnd to 5.3.0 (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1001";>#1001</a>)</li>
   <li>Run Github actions for main branch (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1017";>#1017</a>)</li>
   </ul>
   <p>Documentation::</p>
   <ul>
   <li>Add Spring Boot integration test and usage guide (<a 
href="https://github.com/abelsromero";><code>@​abelsromero</code></a>) (<a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/994";>#994</a>,
 <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/995";>#995</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/0e27884200b5a61e86fcd074b8367d2b20a8f915";><code>0e27884</code></a>
 Release v2.5.0</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/76a3a0020fc5a7e9344bcf7e002b9f59f8f1952b";><code>76a3a00</code></a>
 Prepare next release</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/d3d22000d1391c4a174a242457ff5817c9d2e7c9";><code>d3d2200</code></a>
 Release candidate 2.5.0-rc.1</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/12a0e8a30022bc85e63a392fdc672861c5973c5c";><code>12a0e8a</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1023";>#1023</a>
 from abelsromero/issue-835-document-artifacts-local-...</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/c5f1459e01ea3d55638c96fa81131d075276cd54";><code>c5f1459</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1022";>#1022</a>
 from abelsromero/minnor-fix-doc-title-in-menu</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/36fd78051a24bd3883833b3084b783e00ff58f02";><code>36fd780</code></a>
 Improve local development docs</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/9f681810e725bea06118f7b8a21756f8e89b5da1";><code>9f68181</code></a>
 Fix doc filename instead of title shown in nav menu</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/757e375d088c7a7e774b6cf91f79e482e76457c2";><code>757e375</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1014";>#1014</a>
 from robertpanzer/fix-intellij</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/8f7bebc686345fc343911e4d3e49fc52b14490eb";><code>8f7bebc</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1020";>#1020</a>
 from abelsromero/issue-980-rename-push_include</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctorj/commit/4f72f07f1f50eb5cf73d3cda08261c04a685ce20";><code>4f72f07</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/asciidoctor/asciidoctorj/issues/1019";>#1019</a>
 from abelsromero/gh-action-maintenance</li>
   <li>Additional commits viewable in <a 
href="https://github.com/asciidoctor/asciidoctorj/compare/v2.4.3...v2.5.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 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 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to