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

rajeshbabu pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.1 by this push:
     new 072ca24d1b PHOENIX-6830 Upgrade reload4j due to XXE vulnerability 
(#1526)
072ca24d1b is described below

commit 072ca24d1bf4d34b9c3ed86b438c16e5b907357f
Author: Rajeshbabu Chintaguntla <[email protected]>
AuthorDate: Thu Nov 10 20:58:00 2022 +0530

    PHOENIX-6830 Upgrade reload4j due to XXE vulnerability (#1526)
    
    Co-authored-by: Rajeshbabu Chintaguntla <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 99fc67a261..f1dd2b5d1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <!-- Dependency versions -->
     <jackson-bom.version>2.12.6.20220326</jackson-bom.version>
     <antlr.version>3.5.2</antlr.version>
-    <reload4j.version>1.2.19</reload4j.version>
+    <reload4j.version>1.2.22</reload4j.version>
     <disruptor.version>3.3.6</disruptor.version>
     <slf4j.version>1.7.36</slf4j.version>
     <!-- com.google repo will be used except on Aarch64 platform. -->

Reply via email to