This is an automated email from the ASF dual-hosted git repository.
nihaljain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new d67d93d3dca HBASE-28968 Bump jruby to 9.4.9.0 to fix rexml CVE (#6560)
d67d93d3dca is described below
commit d67d93d3dca12253e23d49e07a3e997cfc121390
Author: Nihal Jain <[email protected]>
AuthorDate: Tue Jan 7 14:41:42 2025 +0530
HBASE-28968 Bump jruby to 9.4.9.0 to fix rexml CVE (#6560)
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 539473cdc7c..04b1e0be370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -865,7 +865,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>