Skip to content

Commit 3c9b4ca

Browse files
Bump org.apache.logging.log4j:log4j-bom from 2.25.0 to 2.25.1 in the log4j group (#60)
Bumps the log4j group with 1 update: [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2). 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 compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-bom&package-manager=gradle&previous-version=2.25.0&new-version=2.25.1)](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 <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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab4b63c commit 3c9b4ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
slf4j-version = "2.0.17"
3-
log4j2-version = "2.25.0"
3+
log4j2-version = "2.25.1"
44
jetbrains-annotations-version = "26.0.2"
55
junitVersion = "5.13.3"
66
assertj-core-version = "3.27.3"

0 commit comments

Comments
 (0)