This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.4 by this push:
new 146a1baf0e3 HBASE-27239 Upgrade reload4j due to XXE vulnerability
(#4650)
146a1baf0e3 is described below
commit 146a1baf0e369347e3adf81d39e8e0dff6c36075
Author: Andrew Purtell <[email protected]>
AuthorDate: Tue Jul 26 11:39:26 2022 -0700
HBASE-27239 Upgrade reload4j due to XXE vulnerability (#4650)
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Wei-Chiu Chuang <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 04cd1f462c4..622a82049fb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -575,7 +575,7 @@
<junit.version>4.13.2</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<htrace.version>4.2.0-incubating</htrace.version>
- <reload4j.version>1.2.19</reload4j.version>
+ <reload4j.version>1.2.22</reload4j.version>
<mockito-core.version>2.28.2</mockito-core.version>
<!--Internally we use a different version of protobuf. See
hbase-protocol-shaded-->
<external.protobuf.groupid>com.google.protobuf</external.protobuf.groupid>