Skip to content

Commit 304765e

Browse files
committed
HBASE-29651 Bump jruby to 9.4.14.0 to fix multiple CVEs (apache#7405)
This change fixes the following list of CVEs: - **CVE-2025-43857**: Fixed in JRuby 9.4.13.0 - **CVE-2025-27219**: Fixed in JRuby 9.4.14.0 - **CVE-2025-27220**: Fixed in JRuby 9.4.14.0 Signed-off-by: Nihal Jain <nihaljain@apache.org> Signed-off-by: Pankaj Kumar <pankajkumar@apache.org> (cherry picked from commit 305951e)
1 parent 9fca7f4 commit 304765e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
<servlet.api.version>3.1.0</servlet.api.version>
596596
<wx.rs.api.version>2.1.1</wx.rs.api.version>
597597
<tomcat.jasper.version>9.0.110</tomcat.jasper.version>
598-
<jruby.version>9.3.15.0</jruby.version>
598+
<jruby.version>9.4.14.0</jruby.version>
599599
<junit.jupiter.version>5.13.4</junit.jupiter.version>
600600
<junit.vintage.version>5.13.4</junit.vintage.version>
601601
<hamcrest.version>1.3</hamcrest.version>
@@ -624,8 +624,8 @@
624624
<jamon-runtime.version>2.4.1</jamon-runtime.version>
625625
<jettison.version>1.5.4</jettison.version>
626626
<!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
627-
<joni.version>2.2.1</joni.version>
628-
<jcodings.version>1.0.58</jcodings.version>
627+
<joni.version>2.2.5</joni.version>
628+
<jcodings.version>1.0.63</jcodings.version>
629629
<spy.version>2.12.3</spy.version>
630630
<bouncycastle.version>1.81</bouncycastle.version>
631631
<skyscreamer.version>1.5.1</skyscreamer.version>

0 commit comments

Comments
 (0)