This is an automated email from the ASF dual-hosted git repository.
fanng pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 6b1044852d [6378] improvement: bump log4j dependency from 2.22.0 to
2.24.3 to fix a performance regression (#6383)
6b1044852d is described below
commit 6b1044852dec15ce364182c412554b2314617349
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 2 09:27:36 2025 +0800
[6378] improvement: bump log4j dependency from 2.22.0 to 2.24.3 to fix a
performance regression (#6383)
### 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: https://github.com/apache/gravitino/issues/6378
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Ran in internal workload.
Co-authored-by: Pucheng Yang <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 3391daf30b..767cbe0827 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -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"