This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 4dee3487377 HBASE-29300 Upgrade Tomcat to 9.0.104 (#6976)
4dee3487377 is described below
commit 4dee348737760471ff47ded5a56404810dae20df
Author: Istvan Toth <[email protected]>
AuthorDate: Tue May 13 08:00:11 2025 +0200
HBASE-29300 Upgrade Tomcat to 9.0.104 (#6976)
Signed-off-by: Nihal Jain <[email protected]>
Reviewed-by: Dávid Paksy <[email protected]>
(cherry picked from commit 631b4a4a93430c68b3a0153ee110f10cc395e6e9)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7a971eedefe..2ffeedcbaed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -841,7 +841,7 @@
<jaxb-api.version>2.3.1</jaxb-api.version>
<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>
+ <tomcat.jasper.version>9.0.104</tomcat.jasper.version>
<jruby.version>9.4.9.0</jruby.version>
<junit.version>4.13.2</junit.version>
<hamcrest.version>1.3</hamcrest.version>