Bump org.apache.logging.log4j:log4j-api from 2.19.0 to 2.25.5 - #13874
Bump org.apache.logging.log4j:log4j-api from 2.19.0 to 2.25.5#13874dependabot[bot] wants to merge 1 commit into
Conversation
Bumps org.apache.logging.log4j:log4j-api from 2.19.0 to 2.25.5. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-version: 2.25.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
@blueorangutan package |
|
@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
There was a problem hiding this comment.
Pull request overview
This PR updates the shared Log4j version property in the root Maven build, which effectively upgrades the Log4j libraries used across CloudStack.
Changes:
- Bump
cs.log4j.versionfrom2.19.0to2.25.5. - As a result, both
org.apache.logging.log4j:log4j-apiandorg.apache.logging.log4j:log4j-coreversions are updated (they both reference${cs.log4j.version}).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <!-- Logging versions --> | ||
| <cs.log4j.version>2.19.0</cs.log4j.version> | ||
| <cs.log4j.version>2.25.5</cs.log4j.version> | ||
| <cs.reload4j.version>1.2.25</cs.reload4j.version> |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18861 |
|
I took a look at the release notes from 2.20 to 2.25, and it seems like there were only 3 noteworthy changes:
I think with a few tests we can make sure points 2 and 3 will not affect us. Point 1 is a non-issue. |
That being said, I'll try to eventually test this. |
Bumps org.apache.logging.log4j:log4j-api from 2.19.0 to 2.25.5.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.