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

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 58fb52c  [CALCITE-4973] Upgrade log4j2 version to 2.17.1
58fb52c is described below

commit 58fb52ca7bb229e483d41ab7d25aa7da7015b5c5
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Tue Jan 4 12:49:08 2022 +0100

    [CALCITE-4973] Upgrade log4j2 version to 2.17.1
    
    The 2.17.1 contains a fix for CVE-2021-44832 (security vulnerability)
    and other minor improvements.
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 301248b..e9e6485 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -128,7 +128,7 @@ junit4.version=4.12
 junit5.version=5.8.1
 kafka-clients.version=2.1.1
 kerby.version=1.1.1
-log4j2.version=2.17.0
+log4j2.version=2.17.1
 mockito.version=2.23.4
 mongo-java-driver.version=3.10.2
 mongo-java-server.version=1.16.0

Reply via email to