dependabot[bot] opened a new pull request, #4032: URL: https://github.com/apache/arrow-adbc/pull/4032
Bumps the linters group in /java with 3 updates: [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework), [org.checkerframework:checker](https://github.com/typetools/checker-framework) and [com.google.errorprone:error_prone_core](https://github.com/google/error-prone). Updates `org.checkerframework:checker-qual` from 3.53.1 to 3.54.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker-qual's releases</a>.</em></p> <blockquote> <h2>Checker Framework 3.54.0</h2> <h2>Version 3.54.0 (2026-03-02)</h2> <h3>User-visible changes</h3> <p>Command-line arguments:</p> <ul> <li>Added <code>-AinferOutputDirectory</code>.</li> <li>Removed long-deprecated <code>-Alint=forbidnonnullarraycomponents</code>.</li> </ul> <p>New command-line argument <code>-Aonelinemsg</code> puts error messages on a single line. This is useful when using a tool that only shows the first line of the error.</p> <p>The command-line argument <code>-Anomsgtext</code> surrounds the error key with brackets instead of parenthesis. This matches Java error messages.</p> <h3>Implementation details</h3> <p>In <code>AnnotatedTypeFactory</code>, <code>canonicalAnnotation()</code> returns a non-null value.</p> <p>In <code>AnnotationClassLoader</code>:</p> <ul> <li>Renamed <code>hasWellDefinedTargetMetaAnnotation()</code> to <code>isTypeQualifierAnnotation()</code>. The method now returns <code>true</code> for annotations bearing <code>@InvisibleQualifier</code> or <code>@SubtypeOf</code>, in addition to the existing <code>@Target(TYPE_USE)</code> check.</li> </ul> <p>In <code>TestDiagnostic</code>:</p> <ul> <li>Renamed field <code>message</code> to <code>key</code>.</li> <li>Added new nullable field <code>message</code> for the full message without the key.</li> </ul> <p>Removed classes and methods that have been deprecated for more than two years.</p> <h3>Closed issues</h3> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/6874">#6874</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7471">#7471</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7475">#7475</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7486">#7486</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker-qual's changelog</a>.</em></p> <blockquote> <h2>Version 3.54.0 (2026-03-02)</h2> <h3>User-visible changes</h3> <p>Command-line arguments:</p> <ul> <li>Added <code>-AinferOutputDirectory</code>.</li> <li>Removed long-deprecated <code>-Alint=forbidnonnullarraycomponents</code>.</li> </ul> <p>New command-line argument <code>-Aonelinemsg</code> puts error messages on a single line. This is useful when using a tool that only shows the first line of the error.</p> <p>The command-line argument <code>-Anomsgtext</code> surrounds the error key with brackets instead of parenthesis. This matches Java error messages.</p> <h3>Implementation details</h3> <p>In <code>AnnotatedTypeFactory</code>, <code>canonicalAnnotation()</code> returns a non-null value.</p> <p>In <code>AnnotationClassLoader</code>:</p> <ul> <li>Renamed <code>hasWellDefinedTargetMetaAnnotation()</code> to <code>isTypeQualifierAnnotation()</code>. The method now returns <code>true</code> for annotations bearing <code>@InvisibleQualifier</code> or <code>@SubtypeOf</code>, in addition to the existing <code>@Target(TYPE_USE)</code> check.</li> </ul> <p>In <code>TestDiagnostic</code>:</p> <ul> <li>Renamed field <code>message</code> to <code>key</code>.</li> <li>Added new nullable field <code>message</code> for the full message without the key.</li> </ul> <p>Removed classes and methods that have been deprecated for more than two years.</p> <h3>Closed issues</h3> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/6874">#6874</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7471">#7471</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7475">#7475</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7486">#7486</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typetools/checker-framework/commit/a6eff70058f1cf8094315c0918a1d5ec1963788b"><code>a6eff70</code></a> new release 3.54.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/fd347006340c5a365a286b46d8c4eb5743fe39ae"><code>fd34700</code></a> Prep for release.</li> <li><a href="https://github.com/typetools/checker-framework/commit/edb6e7a0ee35ca54f440248a99af3c5c5a3335e0"><code>edb6e7a</code></a> Print error key in brackets (<a href="https://redirect.github.com/typetools/checker-framework/issues/7525">#7525</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/a79b1dea956ab18bc23e95799a7559afac539f5a"><code>a79b1de</code></a> Show details of the error message in test failures (<a href="https://redirect.github.com/typetools/checker-framework/issues/7513">#7513</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/a5ecc22d196f7d87c3db465aaa11aaba97d3fec3"><code>a5ecc22</code></a> Clone the JDK using the same fork and branch as CF (<a href="https://redirect.github.com/typetools/checker-framework/issues/7491">#7491</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/2770c5239b907f27b2609d13ed4d80535bf42893"><code>2770c52</code></a> Update cimg/base Docker tag to v2026.03</li> <li><a href="https://github.com/typetools/checker-framework/commit/bba6bc98c52031e0023cba575f83a2f2385c8fcf"><code>bba6bc9</code></a> Update plugin com-gradleup-shadow to v9.3.2</li> <li><a href="https://github.com/typetools/checker-framework/commit/3a6d4d4dadae58a1b4dc1b67cfb684de5e7185b2"><code>3a6d4d4</code></a> Update error-prone monorepo to v2.48.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/70aa5f3ce93425a87543cb60048c3dbdbe0cd8b5"><code>70aa5f3</code></a> Update plugin net-ltgt-errorprone to v5.1.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/0dbd3e77823b66b498b9b7890ffba81866e57f8d"><code>0dbd3e7</code></a> Prepare for javac AST changes</li> <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.53.1...checker-framework-3.54.0">compare view</a></li> </ul> </details> <br /> Updates `org.checkerframework:checker` from 3.53.1 to 3.54.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker's releases</a>.</em></p> <blockquote> <h2>Checker Framework 3.54.0</h2> <h2>Version 3.54.0 (2026-03-02)</h2> <h3>User-visible changes</h3> <p>Command-line arguments:</p> <ul> <li>Added <code>-AinferOutputDirectory</code>.</li> <li>Removed long-deprecated <code>-Alint=forbidnonnullarraycomponents</code>.</li> </ul> <p>New command-line argument <code>-Aonelinemsg</code> puts error messages on a single line. This is useful when using a tool that only shows the first line of the error.</p> <p>The command-line argument <code>-Anomsgtext</code> surrounds the error key with brackets instead of parenthesis. This matches Java error messages.</p> <h3>Implementation details</h3> <p>In <code>AnnotatedTypeFactory</code>, <code>canonicalAnnotation()</code> returns a non-null value.</p> <p>In <code>AnnotationClassLoader</code>:</p> <ul> <li>Renamed <code>hasWellDefinedTargetMetaAnnotation()</code> to <code>isTypeQualifierAnnotation()</code>. The method now returns <code>true</code> for annotations bearing <code>@InvisibleQualifier</code> or <code>@SubtypeOf</code>, in addition to the existing <code>@Target(TYPE_USE)</code> check.</li> </ul> <p>In <code>TestDiagnostic</code>:</p> <ul> <li>Renamed field <code>message</code> to <code>key</code>.</li> <li>Added new nullable field <code>message</code> for the full message without the key.</li> </ul> <p>Removed classes and methods that have been deprecated for more than two years.</p> <h3>Closed issues</h3> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/6874">#6874</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7471">#7471</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7475">#7475</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7486">#7486</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker's changelog</a>.</em></p> <blockquote> <h2>Version 3.54.0 (2026-03-02)</h2> <h3>User-visible changes</h3> <p>Command-line arguments:</p> <ul> <li>Added <code>-AinferOutputDirectory</code>.</li> <li>Removed long-deprecated <code>-Alint=forbidnonnullarraycomponents</code>.</li> </ul> <p>New command-line argument <code>-Aonelinemsg</code> puts error messages on a single line. This is useful when using a tool that only shows the first line of the error.</p> <p>The command-line argument <code>-Anomsgtext</code> surrounds the error key with brackets instead of parenthesis. This matches Java error messages.</p> <h3>Implementation details</h3> <p>In <code>AnnotatedTypeFactory</code>, <code>canonicalAnnotation()</code> returns a non-null value.</p> <p>In <code>AnnotationClassLoader</code>:</p> <ul> <li>Renamed <code>hasWellDefinedTargetMetaAnnotation()</code> to <code>isTypeQualifierAnnotation()</code>. The method now returns <code>true</code> for annotations bearing <code>@InvisibleQualifier</code> or <code>@SubtypeOf</code>, in addition to the existing <code>@Target(TYPE_USE)</code> check.</li> </ul> <p>In <code>TestDiagnostic</code>:</p> <ul> <li>Renamed field <code>message</code> to <code>key</code>.</li> <li>Added new nullable field <code>message</code> for the full message without the key.</li> </ul> <p>Removed classes and methods that have been deprecated for more than two years.</p> <h3>Closed issues</h3> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/6874">#6874</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7471">#7471</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7475">#7475</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7486">#7486</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typetools/checker-framework/commit/a6eff70058f1cf8094315c0918a1d5ec1963788b"><code>a6eff70</code></a> new release 3.54.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/fd347006340c5a365a286b46d8c4eb5743fe39ae"><code>fd34700</code></a> Prep for release.</li> <li><a href="https://github.com/typetools/checker-framework/commit/edb6e7a0ee35ca54f440248a99af3c5c5a3335e0"><code>edb6e7a</code></a> Print error key in brackets (<a href="https://redirect.github.com/typetools/checker-framework/issues/7525">#7525</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/a79b1dea956ab18bc23e95799a7559afac539f5a"><code>a79b1de</code></a> Show details of the error message in test failures (<a href="https://redirect.github.com/typetools/checker-framework/issues/7513">#7513</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/a5ecc22d196f7d87c3db465aaa11aaba97d3fec3"><code>a5ecc22</code></a> Clone the JDK using the same fork and branch as CF (<a href="https://redirect.github.com/typetools/checker-framework/issues/7491">#7491</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/2770c5239b907f27b2609d13ed4d80535bf42893"><code>2770c52</code></a> Update cimg/base Docker tag to v2026.03</li> <li><a href="https://github.com/typetools/checker-framework/commit/bba6bc98c52031e0023cba575f83a2f2385c8fcf"><code>bba6bc9</code></a> Update plugin com-gradleup-shadow to v9.3.2</li> <li><a href="https://github.com/typetools/checker-framework/commit/3a6d4d4dadae58a1b4dc1b67cfb684de5e7185b2"><code>3a6d4d4</code></a> Update error-prone monorepo to v2.48.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/70aa5f3ce93425a87543cb60048c3dbdbe0cd8b5"><code>70aa5f3</code></a> Update plugin net-ltgt-errorprone to v5.1.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/0dbd3e77823b66b498b9b7890ffba81866e57f8d"><code>0dbd3e7</code></a> Prepare for javac AST changes</li> <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.53.1...checker-framework-3.54.0">compare view</a></li> </ul> </details> <br /> Updates `com.google.errorprone:error_prone_core` from 2.47.0 to 2.48.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_core's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.48.0</h2> <p>Changes:</p> <ul> <li>Added support for passing flags with command-line argument files (<code>@</code>-files) (<a href="https://github.com/google/error-prone/commit/8e84edf1beedc99ff2cff3c21a7adec578ad053e">https://github.com/google/error-prone/commit/8e84edf1beedc99ff2cff3c21a7adec578ad053e</a>)</li> </ul> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/AvoidValueSetter"><code>AvoidValueSetter</code></a></li> <li><a href="https://errorprone.info/bugpattern/UnnecessarySemicolon"><code>UnnecessarySemicolon</code></a></li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/5529">#5529</a>, <a href="https://redirect.github.com/google/error-prone/issues/5537">#5537</a>, <a href="https://redirect.github.com/google/error-prone/issues/5522">#5522</a>, <a href="https://redirect.github.com/google/error-prone/issues/5521">#5521</a></p> <p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.47.0...v2.48.0">https://github.com/google/error-prone/compare/v2.47.0...v2.48.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/7cec0a04b56cd79e72461ad771e532f503f0b407"><code>7cec0a0</code></a> Release Error Prone 2.48.0</li> <li><a href="https://github.com/google/error-prone/commit/01c603a9fce06f87f0868f460a4aed0afd1ceef0"><code>01c603a</code></a> Extend MissingTestCall to check for member references.</li> <li><a href="https://github.com/google/error-prone/commit/3d817b040d3fd4e144e4468b0d58811d43b11875"><code>3d817b0</code></a> Handle <code>var</code> in <code>UnnecessaryBoxedVariable</code></li> <li><a href="https://github.com/google/error-prone/commit/ad26f3ea6b15f89852ef2e9ff86ddcc794763a28"><code>ad26f3e</code></a> Add <code>ConcurrentHashMap.keys()</code> and <code>ConcurrentHashMap.elements()</code> to `JdkObso...</li> <li><a href="https://github.com/google/error-prone/commit/7926dbce13ea1912608adac4ddd41373fa48dee6"><code>7926dbc</code></a> Fix MustBeClosedChecker crash on flexible constructors.</li> <li><a href="https://github.com/google/error-prone/commit/d08f0032a0dbd8cd25224c4f0bc7e249c72b9448"><code>d08f003</code></a> Check for jakarta annotations in DI checks</li> <li><a href="https://github.com/google/error-prone/commit/171448c117547536b81eb25286cc16b91120fb0b"><code>171448c</code></a> Add android internal GuardedBy to ACCEPTED_GUARDED_BY_ANNOTATIONS</li> <li><a href="https://github.com/google/error-prone/commit/5cb6075c268bb0e2039c511af5e13b6d2199435e"><code>5cb6075</code></a> Remove the <code>MissingTestCall:MatchGraphVerify</code> flag.</li> <li><a href="https://github.com/google/error-prone/commit/ab81681a2df310ef06c31f6030106d110f64f3c7"><code>ab81681</code></a> Improve crash messages for fixes that don't apply</li> <li><a href="https://github.com/google/error-prone/commit/fe9bb21938df42f94c5c39351feee48f319adadd"><code>fe9bb21</code></a> Add a test to confirm that TimeUnitMismatch catches `seconds * 1000 + nanos /...</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.47.0...v2.48.0">compare view</a></li> </ul> </details> <br /> Updates `org.checkerframework:checker` from 3.53.1 to 3.54.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker's releases</a>.</em></p> <blockquote> <h2>Checker Framework 3.54.0</h2> <h2>Version 3.54.0 (2026-03-02)</h2> <h3>User-visible changes</h3> <p>Command-line arguments:</p> <ul> <li>Added <code>-AinferOutputDirectory</code>.</li> <li>Removed long-deprecated <code>-Alint=forbidnonnullarraycomponents</code>.</li> </ul> <p>New command-line argument <code>-Aonelinemsg</code> puts error messages on a single line. This is useful when using a tool that only shows the first line of the error.</p> <p>The command-line argument <code>-Anomsgtext</code> surrounds the error key with brackets instead of parenthesis. This matches Java error messages.</p> <h3>Implementation details</h3> <p>In <code>AnnotatedTypeFactory</code>, <code>canonicalAnnotation()</code> returns a non-null value.</p> <p>In <code>AnnotationClassLoader</code>:</p> <ul> <li>Renamed <code>hasWellDefinedTargetMetaAnnotation()</code> to <code>isTypeQualifierAnnotation()</code>. The method now returns <code>true</code> for annotations bearing <code>@InvisibleQualifier</code> or <code>@SubtypeOf</code>, in addition to the existing <code>@Target(TYPE_USE)</code> check.</li> </ul> <p>In <code>TestDiagnostic</code>:</p> <ul> <li>Renamed field <code>message</code> to <code>key</code>.</li> <li>Added new nullable field <code>message</code> for the full message without the key.</li> </ul> <p>Removed classes and methods that have been deprecated for more than two years.</p> <h3>Closed issues</h3> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/6874">#6874</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7471">#7471</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7475">#7475</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7486">#7486</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker's changelog</a>.</em></p> <blockquote> <h2>Version 3.54.0 (2026-03-02)</h2> <h3>User-visible changes</h3> <p>Command-line arguments:</p> <ul> <li>Added <code>-AinferOutputDirectory</code>.</li> <li>Removed long-deprecated <code>-Alint=forbidnonnullarraycomponents</code>.</li> </ul> <p>New command-line argument <code>-Aonelinemsg</code> puts error messages on a single line. This is useful when using a tool that only shows the first line of the error.</p> <p>The command-line argument <code>-Anomsgtext</code> surrounds the error key with brackets instead of parenthesis. This matches Java error messages.</p> <h3>Implementation details</h3> <p>In <code>AnnotatedTypeFactory</code>, <code>canonicalAnnotation()</code> returns a non-null value.</p> <p>In <code>AnnotationClassLoader</code>:</p> <ul> <li>Renamed <code>hasWellDefinedTargetMetaAnnotation()</code> to <code>isTypeQualifierAnnotation()</code>. The method now returns <code>true</code> for annotations bearing <code>@InvisibleQualifier</code> or <code>@SubtypeOf</code>, in addition to the existing <code>@Target(TYPE_USE)</code> check.</li> </ul> <p>In <code>TestDiagnostic</code>:</p> <ul> <li>Renamed field <code>message</code> to <code>key</code>.</li> <li>Added new nullable field <code>message</code> for the full message without the key.</li> </ul> <p>Removed classes and methods that have been deprecated for more than two years.</p> <h3>Closed issues</h3> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/6874">#6874</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7471">#7471</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7475">#7475</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/7486">#7486</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typetools/checker-framework/commit/a6eff70058f1cf8094315c0918a1d5ec1963788b"><code>a6eff70</code></a> new release 3.54.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/fd347006340c5a365a286b46d8c4eb5743fe39ae"><code>fd34700</code></a> Prep for release.</li> <li><a href="https://github.com/typetools/checker-framework/commit/edb6e7a0ee35ca54f440248a99af3c5c5a3335e0"><code>edb6e7a</code></a> Print error key in brackets (<a href="https://redirect.github.com/typetools/checker-framework/issues/7525">#7525</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/a79b1dea956ab18bc23e95799a7559afac539f5a"><code>a79b1de</code></a> Show details of the error message in test failures (<a href="https://redirect.github.com/typetools/checker-framework/issues/7513">#7513</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/a5ecc22d196f7d87c3db465aaa11aaba97d3fec3"><code>a5ecc22</code></a> Clone the JDK using the same fork and branch as CF (<a href="https://redirect.github.com/typetools/checker-framework/issues/7491">#7491</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/2770c5239b907f27b2609d13ed4d80535bf42893"><code>2770c52</code></a> Update cimg/base Docker tag to v2026.03</li> <li><a href="https://github.com/typetools/checker-framework/commit/bba6bc98c52031e0023cba575f83a2f2385c8fcf"><code>bba6bc9</code></a> Update plugin com-gradleup-shadow to v9.3.2</li> <li><a href="https://github.com/typetools/checker-framework/commit/3a6d4d4dadae58a1b4dc1b67cfb684de5e7185b2"><code>3a6d4d4</code></a> Update error-prone monorepo to v2.48.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/70aa5f3ce93425a87543cb60048c3dbdbe0cd8b5"><code>70aa5f3</code></a> Update plugin net-ltgt-errorprone to v5.1.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/0dbd3e77823b66b498b9b7890ffba81866e57f8d"><code>0dbd3e7</code></a> Prepare for javac AST changes</li> <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.53.1...checker-framework-3.54.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
