dependabot[bot] opened a new pull request, #348: URL: https://github.com/apache/logging-log4j-samples/pull/348
Bumps the all group with 2 updates in the /log4j-samples-graalvm directory: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2). Updates `org.junit:junit-bom` from 5.13.2 to 5.13.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit:junit-bom's releases</a>.</em></p> <blockquote> <p>JUnit 5.13.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3</p> <p>See <a href="https://docs.junit.org/5.13.3/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3">https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/9e8abddfcf3f0eb960658fca6f5b27b4d148ebe6"><code>9e8abdd</code></a> Release 5.13.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/8a0be1322e14d08f0a69146b307b52ddefb94190"><code>8a0be13</code></a> Improve message of discovery issues for ineffective <code>@Order</code> annotations (<a href="https://redirect.github.com/junit-team/junit-framework/issues/4718">#4718</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/59d562e17bd44d48b96f08942569bd9e027d6530"><code>59d562e</code></a> Fix Javadoc references</li> <li><a href="https://github.com/junit-team/junit-framework/commit/f4c202b52bc8e8eb350b5da742db09ed0942ebfa"><code>f4c202b</code></a> Strip reasons when concatenating them in ConditionEvaluationResult</li> <li><a href="https://github.com/junit-team/junit-framework/commit/e5d0e0bdb50d089346b6d222bcfdc60da0a2784c"><code>e5d0e0b</code></a> Fix multiple issues with ConditionEvaluationResult reason values</li> <li><a href="https://github.com/junit-team/junit-framework/commit/e5c9a56ab90f0324cf44e427778bf02e40a787ff"><code>e5c9a56</code></a> Improve display names in tests</li> <li><a href="https://github.com/junit-team/junit-framework/commit/cf19095977348922ef35f20472f821e18f231254"><code>cf19095</code></a> Polish release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/aec59d2ddc609810749a31f919971e7ccb8b88a8"><code>aec59d2</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.26.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/7d8fe2abaa07476b07600fb26e96fb644c0e7a70"><code>7d8fe2a</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.26.0</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1ffa36650c83f6add87b8d9c31153c017e563f3"><code>d1ffa36</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.25.1</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3">compare view</a></li> </ul> </details> <br /> Updates `org.apache.logging.log4j:log4j-bom` from 2.25.0 to 2.25.1 <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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/logging-log4j2/commit/bda63362cf405449ff4edc2e4d92353be65c4d4e"><code>bda6336</code></a> Release changelog for version <code>2.25.1</code></li> <li><a href="https://github.com/apache/logging-log4j2/commit/4e1bbca31cc0bafc449e40def77bbaa3fe318ec9"><code>4e1bbca</code></a> Update the <code>project.build.outputTimestamp</code> property</li> <li><a href="https://github.com/apache/logging-log4j2/commit/63e8932178c13c46bcda4ab367cbd5742de8826b"><code>63e8932</code></a> doc: Prepare release notes for version <code>2.25.1</code></li> <li><a href="https://github.com/apache/logging-log4j2/commit/f26e0418d354475f4296031a8b1a17b2e011b4c7"><code>f26e041</code></a> fix: Proof-read changelog for version <code>2.25.1</code></li> <li><a href="https://github.com/apache/logging-log4j2/commit/76090f86ba7e46b4efa3e7bf795f11afe53de7c9"><code>76090f8</code></a> fix: Add <code>resource:</code> protocol to allowed URL schemes by default (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3795">#3795</a>)</li> <li><a href="https://github.com/apache/logging-log4j2/commit/21a2300d2eea08e19e849091e53e3fa238537a05"><code>21a2300</code></a> fix: Add GraalVM reachability metadata for non-plugin class instantiations (#...</li> <li><a href="https://github.com/apache/logging-log4j2/commit/6e2cdeb81a145762fe76bb1a9f432d4a37aa53b5"><code>6e2cdeb</code></a> fix: Disable sharing of formatted timestamps between threads (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3802">#3802</a>)</li> <li><a href="https://github.com/apache/logging-log4j2/commit/9577db6d2aaa84987f30b16baf3143a0a367351b"><code>9577db6</code></a> Update <code>com.github.luben:zstd-jni</code> to version <code>1.5.7-4</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3799">#3799</a>)</li> <li><a href="https://github.com/apache/logging-log4j2/commit/28b477ceb383d845b921d65af37d381b1312f5a2"><code>28b477c</code></a> Update <code>org.junit:junit-bom</code> to version <code>5.13.2</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3782">#3782</a>)</li> <li><a href="https://github.com/apache/logging-log4j2/commit/acbe411bc6d001337dd0bd5f130989e734ef39d5"><code>acbe411</code></a> Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 in /log4j-parent...</li> <li>Additional commits viewable in <a href="https://github.com/apache/logging-log4j2/compare/rel/2.25.0...rel/2.25.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: robots-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org