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

   Bumps [antd](https://github.com/ant-design/ant-design) from 5.25.4 to 5.27.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ant-design/ant-design/releases";>antd's 
releases</a>.</em></p>
   <blockquote>
   <h2>5.27.4</h2>
   <ul>
   <li>Table
   <ul>
   <li>🐞 Fix Table duplicated filter dropdowns and tooltips when using 
<code>sticky</code> headers or <code>scroll.y</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Table header not rendering on initial load. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Table column alignment when <code>scroll.x</code> is enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54899";>#54899</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Button where the padding of icon-only was affected by the theme. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54970";>#54970</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Splitter <code>minSize</code> and <code>maxSize</code> not taking 
effect on initial mount in uncontrolled mode. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54939";>#54939</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Switch wave effect compatibility with Tailwind CSS 
<code>disabled</code> variant. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54933";>#54933</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>🐞 Fix Input.Search hover color changes for the border and icon when the 
search button is <code>disabled</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54892";>#54892</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>Table
   <ul>
   <li>🐞 修复 Table 在使 <code>sticky</code> 表头或设置 <code>scroll.y</code> 时,筛选下拉与 
Tooltip 重复显示的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 修复 Table 表头在首次加载时未正确渲染的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 修复 Table 在启用 <code>scroll.x</code> 时,固定列的对齐问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54899";>#54899</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>🐞 修复 Button 仅图标(icon-only)按钮的内边距受主题影响的问题。 <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54970";>#54970</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 修复 Splitter 在非受控模式下初次挂载时,<code>minSize</code> 和 <code>maxSize</code> 
未生效的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54939";>#54939</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 修复 Switch 波纹效果与 Tailwind CSS disabled 变体的兼容性问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54933";>#54933</a>  
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>🐞 修复 Input.Search 在搜索按钮为 <code>disabled</code> 时,悬停仍会导致边框和图标变色的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54892";>#54892</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   </ul>
   <h2>5.27.3</h2>
   <ul>
   <li>Table
   <ul>
   <li>🐞 Fix Table header width compression issues and render flickering issues 
when <code>scroll.y</code> or <code>sticky</code> is set. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54824";>#54824</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a>
   <table>
   <thead>
   <tr>
   <th>Before ❌</th>
   <th>After ✅</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><!-- raw HTML omitted --></td>
   <td><!-- raw HTML omitted --></td>
   </tr>
   </tbody>
   </table>
   </li>
   <li>🐞 Fix Table <code>scroll.scrollToFirstRowOnChange</code> not working 
with virtual scroll. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/54734";>#54734</a>
 <a href="https://github.com/Wxh16144";><code>@​Wxh16144</code></a></li>
   <li>🐞 Fix Table columns with <code>children</code> not working with 
<code>fixed: 'right'</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/51812";>#51812</a>
 <a href="https://github.com/ryantang247";><code>@​ryantang247</code></a></li>
   <li>🐞 Fix Table expand column not being displayed when 
<code>expandable.fixed</code> is set to true. <a 
href="https://github.com/inottn";><code>@​inottn</code></a></li>
   <li>🐞 Fix Table columns <code>minWidth</code> props not working when 
virtualized. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/54856";>#54856</a>
 <a href="https://github.com/cactuser-Lu";><code>@​cactuser-Lu</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Pagination style issues with <code>simple</code> and 
<code>small</code> size props. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54837";>#54837</a> 
<a 
href="https://github.com/MrWangJustToDo";><code>@​MrWangJustToDo</code></a></li>
   <li>🐞 Fix Button padding issue when <code>shape=&quot;round&quot;</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54845";>#54845</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Input.OTP not allowing continuous deletion. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54850";>#54850</a> 
<a href="https://github.com/765477020";><code>@​765477020</code></a></li>
   <li>🐞 Fix Dropdown <code>onOpenChange</code> closure issue. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54880";>#54880</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Carousel component style and button switching issues in RTL mode. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54868";>#54868</a> 
<a href="https://github.com/EmilyyyLiu";><code>@​EmilyyyLiu</code></a></li>
   <li>🐞 Fix incorrect margin in Typography when editable. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54871";>#54871</a> 
<a href="https://github.com/Tarun2605";><code>@​Tarun2605</code></a></li>
   <li>🇮🇹 Add missing Italian translations for ColorPicker and QRCode 
components. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54842";>#54842</a> 
<a href="https://github.com/nikzanda";><code>@​nikzanda</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>Table
   <ul>
   <li>🐞 修复 Table 设置 <code>scroll.y</code> 或者 <code>sticky</code> 
时表头列宽度被挤压或渲染闪烁的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54824";>#54824</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a>
   <table>
   <thead>
   <tr>
   <th>Before ❌</th>
   <th>After ✅</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><!-- raw HTML omitted --></td>
   <td><!-- raw HTML omitted --></td>
   </tr>
   </tbody>
   </table>
   </li>
   <li>🐞 修复 Table 在虚拟滚动时,<code>scroll.scrollToFirstRowOnChange</code> 
配置不生效的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/issues/54734";>#54734</a>
 <a href="https://github.com/Wxh16144";><code>@​Wxh16144</code></a></li>
   <li>🐞 修复 Table 的列配置了 <code>children</code> 时,无法 <code>fixed: 'right'</code> 
的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/issues/51812";>#51812</a>
 <a href="https://github.com/ryantang247";><code>@​ryantang247</code></a></li>
   <li>🐞 修复 Table 配置 <code>expandable.fixed</code> 时,展开列没有显示的问题。<a 
href="https://github.com/inottn";><code>@​inottn</code></a></li>
   <li>🐞 修复 Table 虚拟化时列 <code>minWidth</code> 属性不生效的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/issues/54856";>#54856</a>
 <a href="https://github.com/cactuser-Lu";><code>@​cactuser-Lu</code></a></li>
   </ul>
   </li>
   <li>🐞 修复 Pagination 在 <code>simple</code> 和 <code>small</code> 尺寸下的样式问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54837";>#54837</a> 
<a 
href="https://github.com/MrWangJustToDo";><code>@​MrWangJustToDo</code></a></li>
   <li>🐞 修复 Button <code>shape=&quot;round&quot;</code> 时的 padding 样式问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54845";>#54845</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 修复 Input.OTP 不允许连续删除的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54850";>#54850</a> 
<a href="https://github.com/765477020";><code>@​765477020</code></a></li>
   <li>🐞 修复 Dropdown <code>onOpenChange</code> 闭包问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54880";>#54880</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md";>antd's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.27.4</h2>
   <p><code>2025-09-17</code></p>
   <ul>
   <li>Table
   <ul>
   <li>🐞 Fix Table duplicated filter dropdowns and tooltips when using 
<code>sticky</code> headers or <code>scroll.y</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Table header not rendering on initial load. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Table column alignment when <code>scroll.x</code> is enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54899";>#54899</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Button where the padding of icon-only was affected by the theme. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54970";>#54970</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Splitter <code>minSize</code> and <code>maxSize</code> not taking 
effect on initial mount in uncontrolled mode. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54939";>#54939</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Switch wave effect compatibility with Tailwind CSS 
<code>disabled</code> variant. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54933";>#54933</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>🐞 Fix Input.Search hover color changes for the border and icon when the 
search button is <code>disabled</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54892";>#54892</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   </ul>
   <h2>5.27.3</h2>
   <p><code>2025-09-04</code></p>
   <ul>
   <li>Table
   <ul>
   <li>🐞 Fix Table header width compression issues and render flickering issues 
when <code>scroll.y</code> or <code>sticky</code> is set. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54824";>#54824</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a>
   <table>
   <thead>
   <tr>
   <th>Before ❌</th>
   <th>After ✅</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><!-- raw HTML omitted --></td>
   <td><!-- raw HTML omitted --></td>
   </tr>
   </tbody>
   </table>
   </li>
   <li>🐞 Fix Table <code>scroll.scrollToFirstRowOnChange</code> not working 
with virtual scroll. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/54734";>#54734</a>
 <a href="https://github.com/Wxh16144";><code>@​Wxh16144</code></a></li>
   <li>🐞 Fix Table columns with <code>children</code> not working with 
<code>fixed: 'right'</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/51812";>#51812</a>
 <a href="https://github.com/ryantang247";><code>@​ryantang247</code></a></li>
   <li>🐞 Fix Table expand column not being displayed when 
<code>expandable.fixed</code> is set to true. <a 
href="https://github.com/inottn";><code>@​inottn</code></a></li>
   <li>🐞 Fix Table columns <code>minWidth</code> props not working when 
virtualized. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/54856";>#54856</a>
 <a href="https://github.com/cactuser-Lu";><code>@​cactuser-Lu</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Pagination style issues with <code>simple</code> and 
<code>small</code> size props. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54837";>#54837</a> 
<a 
href="https://github.com/MrWangJustToDo";><code>@​MrWangJustToDo</code></a></li>
   <li>🐞 Fix Button padding issue when <code>shape=&quot;round&quot;</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54845";>#54845</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Input.OTP not allowing continuous deletion. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54850";>#54850</a> 
<a href="https://github.com/765477020";><code>@​765477020</code></a></li>
   <li>🐞 Fix Dropdown <code>onOpenChange</code> closure issue. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54880";>#54880</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Carousel component style and button switching issues in RTL mode. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54868";>#54868</a> 
<a href="https://github.com/EmilyyyLiu";><code>@​EmilyyyLiu</code></a></li>
   <li>🐞 Fix incorrect margin in Typography when editable. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54871";>#54871</a> 
<a href="https://github.com/Tarun2605";><code>@​Tarun2605</code></a></li>
   <li>🇮🇹 Add missing Italian translations for ColorPicker and QRCode 
components. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54842";>#54842</a> 
<a href="https://github.com/nikzanda";><code>@​nikzanda</code></a></li>
   </ul>
   <h2>5.27.2</h2>
   <p><code>2025-09-02</code></p>
   <ul>
   <li>Button
   <ul>
   <li>🐞 Fix custom <code>token.paddingInline</code> not taking effect when the 
Button's <code>shape</code> is <code>round</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54787";>#54787</a></li>
   <li>🐞 Fix accessibility issue when Button <code>href</code> is disabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54738";>#54738</a> 
<a href="https://github.com/doandevhere";><code>@​doandevhere</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix the Badge <code>text</code> property did not support the number 0. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54747";>#54747</a> 
<a href="https://github.com/davidhsing";><code>@​davidhsing</code></a></li>
   <li>💄 Optimize Table to no longer display &quot;no data&quot; when 
initialized with <code>dataSource=null</code> and <code>loading</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54606";>#54606</a><a
 href="https://github.com/Wxh16144";><code>@​Wxh16144</code></a></li>
   <li>💄 Fix Tabs removal icon not being vertically centered. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54794";>#54794</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>💄 Fix Typography hover underline style not taking effect. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54763";>#54763</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>💄 Fix Radio.Group display having jagged edges and the first element 
overflowing on the left after wrapping. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54661";>#54661</a> 
<a href="https://github.com/765477020";><code>@​765477020</code></a></li>
   <li>💄 Fix inconsistent hover colors for Tree.DirectoryTree. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54725";>#54725</a> 
<a href="https://github.com/Meet-student";><code>@​Meet-student</code></a></li>
   <li>🇻🇳 Add the missing Vietnamese translations for 
ColorPicker/QRCode/Typography.Text. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54748";>#54748</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   </ul>
   <h2>5.27.1</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/531ea91296b8304cacf90a4e1e5690a0b53376c1";><code>531ea91</code></a>
 fix: add error handling for notifier in pre-publish script</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/e716aec310d02d334a06f048a06955d7fdacefeb";><code>e716aec</code></a>
 chore: fix formatting in changelog for version 5.27.4</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/55a628edf8cac03cb12ef0a8879667548db4f763";><code>55a628e</code></a>
 docs: add 5.27.4 changelog (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55023";>#55023</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/90cacd5e4500c8487d5602af6072d27dcc29eaab";><code>90cacd5</code></a>
 chore: fix lint error for script dir (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55022";>#55022</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/c172411eb42812ccd2ee3b8b189d89edfdefbcfc";><code>c172411</code></a>
 fix(Button): icon-only button padding affected by theme (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/54970";>#54970</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/2e8f162ff72b6612ded98fd0190155ef298deb66";><code>2e8f162</code></a>
 site: stackblitz support zh registry (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/54973";>#54973</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/209f4e88d06899f23df0ea728c3d9e0c7ec04aea";><code>209f4e8</code></a>
 chore: Add deprecated tips for DropDownProps (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55020";>#55020</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/4bf3f72e0929d157f91818fff1dd773d9a44ef82";><code>4bf3f72</code></a>
 demo: type definition improvement (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55017";>#55017</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/6e72e7bfbee81cadf968829ca896c3510c736d8a";><code>6e72e7b</code></a>
 test: add removeAllListeners for imageTest (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55015";>#55015</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/21e88f1f05f0b3d835fe9f953f464f9b7918732c";><code>21e88f1</code></a>
 refactor: use Node.ELEMENT_NODE replace number (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/52163";>#52163</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ant-design/ant-design/compare/5.25.4...5.27.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=antd&package-manager=npm_and_yarn&previous-version=5.25.4&new-version=5.27.4)](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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to