This is an automated email from the ASF dual-hosted git repository.

yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 09d4e64fac [6378] improvement: bump log4j dependency from 2.22.0 to 
2.24.3 to fix a performance regression (#6379)
09d4e64fac is described below

commit 09d4e64fac9fc2a0d5fdf9304d2e4a0b1f8fdb6f
Author: Pucheng Yang <8072956+puche...@users.noreply.github.com>
AuthorDate: Wed Jan 29 06:28:04 2025 -0800

    [6378] improvement: bump log4j dependency from 2.22.0 to 2.24.3 to fix 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: 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.
---
 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"

Reply via email to