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 lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<!-- Overrides Spring Boot slf4j and log4j2 dependency version -->
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.24.3</log4j2.version>
<log4j2.version>2.25.0</log4j2.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.

critical

The specified Log4j2 version 2.25.0 is not available in public Maven repositories like Maven Central. This will cause the build to fail with dependency resolution errors.

Please use a version that has been published to Maven Central. The latest stable version available is 2.24.1.

        <log4j2.version>2.24.1</log4j2.version>

</properties>

<dependencies>
Expand Down
Loading