dependabot[bot] opened a new pull request, #374:
URL: https://github.com/apache/logging-log4j-samples/pull/374

   Bumps the all group with 2 updates in the / directory: 
[org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) 
and org.apache.logging.log4j:log4j-core.
   Bumps the all group with 3 updates in the /log4j-samples-graalvm directory: 
[org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2), 
[org.assertj:assertj-bom](https://github.com/assertj/assertj) and 
[org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools).
   
   Updates `org.apache.logging.log4j:log4j-bom` from 0.0.0-SNAPSHOT to 2.25.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/logging-log4j2/releases";>org.apache.logging.log4j:log4j-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>2.25.2</h2>
   <p>This patch release addresses certain minor issues detailed in the 
changelog.</p>
   <h3>Fixed</h3>
   <ul>
   <li>Fix potential memory leak involving <code>LogBuilder</code> in Log4j API 
to Logback bridge (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3819";>#3819</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3824";>#3824</a>)</li>
   <li>Prevent unnecessary warnings in 
<code>AbstractDriverManagerConnectionSource</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3828";>#3828</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3831";>#3831</a>)</li>
   <li>Fix missing newlines in default logging configuration for 
<code>log4j-core</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3835";>#3835</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3851";>#3851</a>)</li>
   <li>Fix missing default <code>Target</code> value in Console Appender (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3852";>#3852</a>)</li>
   <li>Discard the sub-second part while obtaining the initial time (i.e., 
creation time) of a file in <code>RollingFileManager</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3068";>#3068</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3872";>#3872</a>)</li>
   <li>Fix Pattern Layout exception stack trace converters to no longer prepend 
newlines based on context (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3873";>#3873</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3919";>#3919</a>)</li>
   <li>Fix the <code>com.google.errorprone:error_prone_annotations</code> 
dependency whose version property gets erased due to flattening (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3779";>#3779</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3785";>#3785</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3822";>#3822</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3905";>#3905</a>)</li>
   <li>Fix detection of <code>Throwable</code> converters inside nested Pattern 
Layout patterns when applying <code>alwaysWriteExceptions</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3920";>#3920</a>)</li>
   <li>Fix parsing and merging of literals in 
<code>InstantPatternDynamicFormatter</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3930";>#3930</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3932";>#3932</a>)</li>
   </ul>
   <h2>2.25.1</h2>
   <p>This patch release addresses a dozen bugs in version <code>2.25.0</code>, 
in particular:</p>
   <ul>
   <li>Resolves a concurrency issue in the new unified datetime formatter.</li>
   <li>Fixes build failures affecting Gradle users.</li>
   <li>Restores backward compatibility with Spring Boot’s common logging 
configuration.</li>
   <li>Improves handling of edge cases in GraalVM support.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix detection of the Disruptor major version in environments with 
non-standard thread context classloader. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3706";>#3706</a>)</li>
   <li>Downgrade <code>spotbugs-annotations</code> to resolve Gradle build 
failures. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3754";>#3754</a>)</li>
   <li>Fix incorrect version resolution of <code>jspecify</code> and 
<code>error_prone_annotations</code> dependencies in published POM files. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3758";>#3758</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3779";>#3779</a>)</li>
   <li>Restore compatibility with Spring Boot by allowing reconfiguration using 
the <code>LoggerContext.start</code> method. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3770";>#3770</a>)</li>
   <li>Allow omission of the <code>-Alog4j.graalvm.groupId</code> and 
<code>-Alog4j.graalvm.artifactId</code> arguments when building Log4j plugins. 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3771";>#3771</a>)</li>
   <li>Broaden the OSGi manifest's <code>Import-Package</code> constraints to 
support Jakarta Servlet API up to version 6. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3787";>#3787</a>)</li>
   <li>Enable the <code>resource:</code> protocol for configuration files by 
default when running on GraalVM. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3790";>#3790</a>)</li>
   <li>Fix timestamp formatting concurrency issue, when 
<code>log4j2.enabledThreadlocals</code> is <code>true</code>. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3792";>#3792</a>)</li>
   <li>Fix GraalVM reachability metadata generation for methods with annotated 
array type parameters, such as <code>@Nullable String[]</code>. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3796";>#3796</a>)</li>
   <li>Resolve <code>PropertiesConfiguration</code> compatibility issues with 
GraalVM and address additional minor reflection-related problems. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3800";>#3800</a>)</li>
   </ul>
   <h2>2.25.0</h2>
   <p>This minor release introduces bug fixes, behavior improvements, and 
complete support for GraalVM native image generation.</p>
   <h2>GraalVM Reachability Metadata</h2>
   <p>Log4j Core and all extension modules now include embedded<br />
   <a 
href="https://www.graalvm.org/latest/reference-manual/native-image/metadata/";>GraalVM
 reachability metadata</a>,<br />
   enabling seamless generation of native images with GraalVM out of the box—no 
manual configuration required.<br />
   For more information, refer to our <a 
href="https://github.com/apache/logging-log4j2/blob/HEAD/graalvm.adoc";>GraalVM 
guide</a>.</p>
   <blockquote>
   <p>[!NOTE]<br />
   When building third-party Log4j plugins, using the new 
<code>GraalVmProcessor</code><br />
   introduced in version <code>2.25.0</code> will automatically generate the 
required reachability metadata for GraalVM native images.<br />
   However, the processor will fail the build if the required 
<code>log4j.graalvm.groupId</code> and <code>log4j.graalvm.artifactId</code> 
parameters are not provided.</p>
   </blockquote>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/logging-log4j2/commits/rel/2.25.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2
   
   Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2
   
   Updates `org.apache.logging.log4j:log4j-bom` from 2.25.1 to 2.25.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/logging-log4j2/releases";>org.apache.logging.log4j:log4j-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>2.25.2</h2>
   <p>This patch release addresses certain minor issues detailed in the 
changelog.</p>
   <h3>Fixed</h3>
   <ul>
   <li>Fix potential memory leak involving <code>LogBuilder</code> in Log4j API 
to Logback bridge (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3819";>#3819</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3824";>#3824</a>)</li>
   <li>Prevent unnecessary warnings in 
<code>AbstractDriverManagerConnectionSource</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3828";>#3828</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3831";>#3831</a>)</li>
   <li>Fix missing newlines in default logging configuration for 
<code>log4j-core</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3835";>#3835</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3851";>#3851</a>)</li>
   <li>Fix missing default <code>Target</code> value in Console Appender (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3852";>#3852</a>)</li>
   <li>Discard the sub-second part while obtaining the initial time (i.e., 
creation time) of a file in <code>RollingFileManager</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3068";>#3068</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3872";>#3872</a>)</li>
   <li>Fix Pattern Layout exception stack trace converters to no longer prepend 
newlines based on context (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3873";>#3873</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3919";>#3919</a>)</li>
   <li>Fix the <code>com.google.errorprone:error_prone_annotations</code> 
dependency whose version property gets erased due to flattening (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3779";>#3779</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3785";>#3785</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3822";>#3822</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3905";>#3905</a>)</li>
   <li>Fix detection of <code>Throwable</code> converters inside nested Pattern 
Layout patterns when applying <code>alwaysWriteExceptions</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3920";>#3920</a>)</li>
   <li>Fix parsing and merging of literals in 
<code>InstantPatternDynamicFormatter</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3930";>#3930</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3932";>#3932</a>)</li>
   </ul>
   <h2>2.25.1</h2>
   <p>This patch release addresses a dozen bugs in version <code>2.25.0</code>, 
in particular:</p>
   <ul>
   <li>Resolves a concurrency issue in the new unified datetime formatter.</li>
   <li>Fixes build failures affecting Gradle users.</li>
   <li>Restores backward compatibility with Spring Boot’s common logging 
configuration.</li>
   <li>Improves handling of edge cases in GraalVM support.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix detection of the Disruptor major version in environments with 
non-standard thread context classloader. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3706";>#3706</a>)</li>
   <li>Downgrade <code>spotbugs-annotations</code> to resolve Gradle build 
failures. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3754";>#3754</a>)</li>
   <li>Fix incorrect version resolution of <code>jspecify</code> and 
<code>error_prone_annotations</code> dependencies in published POM files. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3758";>#3758</a>, 
<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3779";>#3779</a>)</li>
   <li>Restore compatibility with Spring Boot by allowing reconfiguration using 
the <code>LoggerContext.start</code> method. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3770";>#3770</a>)</li>
   <li>Allow omission of the <code>-Alog4j.graalvm.groupId</code> and 
<code>-Alog4j.graalvm.artifactId</code> arguments when building Log4j plugins. 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3771";>#3771</a>)</li>
   <li>Broaden the OSGi manifest's <code>Import-Package</code> constraints to 
support Jakarta Servlet API up to version 6. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3787";>#3787</a>)</li>
   <li>Enable the <code>resource:</code> protocol for configuration files by 
default when running on GraalVM. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3790";>#3790</a>)</li>
   <li>Fix timestamp formatting concurrency issue, when 
<code>log4j2.enabledThreadlocals</code> is <code>true</code>. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3792";>#3792</a>)</li>
   <li>Fix GraalVM reachability metadata generation for methods with annotated 
array type parameters, such as <code>@Nullable String[]</code>. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3796";>#3796</a>)</li>
   <li>Resolve <code>PropertiesConfiguration</code> compatibility issues with 
GraalVM and address additional minor reflection-related problems. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3800";>#3800</a>)</li>
   </ul>
   <h2>2.25.0</h2>
   <p>This minor release introduces bug fixes, behavior improvements, and 
complete support for GraalVM native image generation.</p>
   <h2>GraalVM Reachability Metadata</h2>
   <p>Log4j Core and all extension modules now include embedded<br />
   <a 
href="https://www.graalvm.org/latest/reference-manual/native-image/metadata/";>GraalVM
 reachability metadata</a>,<br />
   enabling seamless generation of native images with GraalVM out of the box—no 
manual configuration required.<br />
   For more information, refer to our <a 
href="https://github.com/apache/logging-log4j2/blob/HEAD/graalvm.adoc";>GraalVM 
guide</a>.</p>
   <blockquote>
   <p>[!NOTE]<br />
   When building third-party Log4j plugins, using the new 
<code>GraalVmProcessor</code><br />
   introduced in version <code>2.25.0</code> will automatically generate the 
required reachability metadata for GraalVM native images.<br />
   However, the processor will fail the build if the required 
<code>log4j.graalvm.groupId</code> and <code>log4j.graalvm.artifactId</code> 
parameters are not provided.</p>
   </blockquote>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/logging-log4j2/commits/rel/2.25.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.assertj:assertj-bom` from 3.27.4 to 3.27.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/assertj/assertj/releases";>org.assertj:assertj-bom's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.27.6</h2>
   <h2>:bug: Bug Fixes</h2>
   <h3>Core</h3>
   <ul>
   <li>Add missing export for <code>org.assertj.core.annotation</code> <a 
href="https://redirect.github.com/assertj/assertj/issues/3951";>#3951</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thanks to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/duponter";><code>@​duponter</code></a></p>
   <h2>v3.27.5</h2>
   <h2>:zap: Improvements</h2>
   <h3>Core</h3>
   <ul>
   <li>ByteBuddy in AssertJ 3.27.4 not compatible with Java 25 <a 
href="https://redirect.github.com/assertj/assertj/issues/3946";>#3946</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <h3>Core</h3>
   <ul>
   <li>Upgrade to Byte Buddy 1.17.7 <a 
href="https://redirect.github.com/assertj/assertj/issues/3947";>#3947</a></li>
   <li>Upgrade to JUnit BOM 5.13.4 <a 
href="https://redirect.github.com/assertj/assertj/issues/3947";>#3947</a></li>
   </ul>
   <h3>Guava</h3>
   <ul>
   <li>Upgrade to Guava 33.4.8-jre <a 
href="https://redirect.github.com/assertj/assertj/issues/3947";>#3947</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/assertj/assertj/commit/716b1e0a6a372890cd4b3495b954f57755e99471";><code>716b1e0</code></a>
 [maven-release-plugin] prepare release assertj-build-3.27.6</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/e1896529a38377dfb6eaa199ecb33c79b2a58591";><code>e189652</code></a>
 Add missing export for <code>org.assertj.core.annotation</code> (<a 
href="https://redirect.github.com/assertj/assertj/issues/3951";>#3951</a>)</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/0cb489e99980dd384135d06a0967bd3ce712b219";><code>0cb489e</code></a>
 Update Maven Central URL</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/72863098a2c7194b1acef0a8ed0f4c564e422c3d";><code>7286309</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/dd4cc1de575a224805a1614394046046cf2b4f99";><code>dd4cc1d</code></a>
 [maven-release-plugin] prepare release assertj-build-3.27.5</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/1d0defc0dbabfe3cc12b34173dd88933cbc61fcb";><code>1d0defc</code></a>
 Add missing permission to release workflow</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/844d5d04af570d6772478d0309576cdd4c3a5c6d";><code>844d5d0</code></a>
 Add missing GitHub Actions pinning to CodeQL workflow</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/bdd7106814be9cf71e4ceb77e0db399aa1f79b5b";><code>bdd7106</code></a>
 Add CodeQL custom workflow</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/a93d7e632ae17d916c6a9da867571054a4b53e75";><code>a93d7e6</code></a>
 Remove EOL Java 24</li>
   <li><a 
href="https://github.com/assertj/assertj/commit/26ea866a2a9bece0f6f660f61b0483eaaabf27dc";><code>26ea866</code></a>
 Update production dependencies (<a 
href="https://redirect.github.com/assertj/assertj/issues/3947";>#3947</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.0 to 0.11.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/65456319db1a15b6bf57e2fb143447b2f7839483";><code>6545631</code></a>
 Create release 0.11.1</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/359acfb65ac4b6f643f70bae02309c118ec3a997";><code>359acfb</code></a>
 Update licenses to pass style check</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/7327427efef854906661e67d13160aceba1829dc";><code>7327427</code></a>
 Add changelog entries</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/73d17cc1a7f10dc5f12c0f0dc488f59183324128";><code>73d17cc</code></a>
 Update Reachability metadata version</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/eb5276402d58e85713a9872754625743c6ce43fa";><code>eb52764</code></a>
 Add new JUnit 5.14/6.0 types to initialize-at-build-time classes</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/f94e6d602d1439d3f31b95d9c03fc07c0caf1b98";><code>f94e6d6</code></a>
 Disable layered images test temporarily because of a problem on GraalVM 
side</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/200e23cd6afb06d9c42d16fbf4ef8e15be8eb3b6";><code>200e23c</code></a>
 Update docs/src/docs/asciidoc/end-to-end-gradle-guide.adoc</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/079f06dde17061c87c77de6a02be09da053ce983";><code>079f06d</code></a>
 Move JUnit tests to get started</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/50d8fbbdad7d104757528250ac112f153d3bc622";><code>50d8fbb</code></a>
 supporting jdk toolchain configuration</li>
   <li><a 
href="https://github.com/graalvm/native-build-tools/commit/77b4cfb262d13b800c5b07fe7b1d7f62bfb0bd9f";><code>77b4cfb</code></a>
 Add testing of Gradle 9</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/native-build-tools/compare/0.11.0...0.11.1";>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 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]

Reply via email to