Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.25.4</version>
<version>2.26.0</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Revert to a published Log4j BOM

This version is not available in Maven Central yet: the Log4j BOM index I checked on May 7, 2026 lists 2.25.4 as the latest published 2.x BOM and has no 2.26.0 entry. Because this is an imported BOM in the parent POM, any Maven build that resolves from Central will fail during project model construction with a non-resolvable import POM before compiling any module.

Useful? React with 👍 / 👎.

<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Loading