Skip to content

Commit

Permalink
[6378] improvement: bump log4j dependency from 2.22.0 to 2.24.3 to fi…
Browse files Browse the repository at this point in the history
…x a performance regression (#6379)

<!--
1. Title: [#<issue>] <type>(<scope>): <subject>
   Examples:
     - "[#123] feat(operator): support xxx"
     - "[#233] fix: check null before access result in xxx"
     - "[MINOR] refactor: fix typo in variable name"
     - "[MINOR] docs: fix typo in README"
     - "[#255] test: fix flaky test NameOfTheTest"
   Reference: https://www.conventionalcommits.org/en/v1.0.0/
2. If the PR is unfinished, please mark this PR as draft.
-->

### What changes were proposed in this pull request?

bump log4j dependency from 2.22.0 to 2.24.3 to fix a performance
regression

### Why are the changes needed?

Fix: #6378

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Ran in internal workload.
  • Loading branch information
puchengy authored Jan 29, 2025
1 parent 519bcb0 commit 09d4e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jackson = "2.15.2"
guava = "32.1.3-jre"
lombok = "1.18.20"
slf4j = "2.0.9"
log4j = "2.22.0"
log4j = "2.24.3"
jetty = "9.4.51.v20230217"
jersey = "2.41"
mockito = "4.11.0"
Expand Down

0 comments on commit 09d4e64

Please sign in to comment.