Skip to content

Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 - #50158

Merged
vmuzikar merged 1 commit into
mainfrom
dependabot/maven/org.apache.logging.log4j-log4j-core-2.25.4
Jun 30, 2026
Merged

Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4#50158
vmuzikar merged 1 commit into
mainfrom
dependabot/maven/org.apache.logging.log4j-log4j-core-2.25.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 19, 2026
Copilot AI review requested due to automatic review settings June 19, 2026 13:19
@dependabot
dependabot Bot requested a review from a team as a code owner June 19, 2026 13:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 19, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@michalvavrik
michalvavrik self-requested a review June 30, 2026 11:26

@michalvavrik michalvavrik left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think this is entirely safe as I didn't find any usage of log4j stuff in Keycloak at all. Not even transitive dependencies. Quarkus explicitly bans any usage of log4j https://github.com/quarkusio/quarkus/blob/fce786ca6c162068589be9508802a281b5fef308/independent-projects/enforcer-rules/src/main/resources/enforcer-rules/quarkus-banned-dependencies.xml#L62. Log4j deps is actively excluded from all deps. I also didn't find any explanation why @vmuzikar actually added this, so I assume it is a defensive mechanism in case some other dependency brings log4j in and we don't know about it. Another reason is probably what Quarkus does - we explicitly manage it to avoid security scanners from reporting false positives.

Unlike us, Quarkus only manages log4j-api, not log4j-core, so they are not affected, I am not going to propose bump there.

LGTM.

@michalvavrik
michalvavrik requested a review from a team June 30, 2026 18:00
@vmuzikar
vmuzikar merged commit e7d8002 into main Jun 30, 2026
91 checks passed
@vmuzikar
vmuzikar deleted the dependabot/maven/org.apache.logging.log4j-log4j-core-2.25.4 branch June 30, 2026 18:28
sashyo pushed a commit to tide-foundation/keycloak-IGA that referenced this pull request Jul 20, 2026
…oak#50158)

Bumps org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file flaky-test java Pull requests that update java code team/cloud-native

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants