This is an automated email from the ASF dual-hosted git repository.
nihaljain pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new d6301a5d312 HBASE-28968 Bump jruby to 9.4.9.0 to fix rexml CVE (#6560)
(#6581)
d6301a5d312 is described below
commit d6301a5d312656d641a5e0f6285c13c450b45c89
Author: Nihal Jain <[email protected]>
AuthorDate: Mon Jan 13 12:36:40 2025 +0530
HBASE-28968 Bump jruby to 9.4.9.0 to fix rexml CVE (#6560) (#6581)
Signed-off-by: Duo Zhang <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ddf51a6e8c6..8ab1525f230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -595,7 +595,7 @@
<servlet.api.version>3.1.0</servlet.api.version>
<wx.rs.api.version>2.1.1</wx.rs.api.version>
<tomcat.jasper.version>9.0.93</tomcat.jasper.version>
- <jruby.version>9.4.8.0</jruby.version>
+ <jruby.version>9.4.9.0</jruby.version>
<junit.version>4.13.2</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<opentelemetry.version>1.15.0</opentelemetry.version>