This is an automated email from the ASF dual-hosted git repository.
stoty 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 58688d69f3b HBASE-29300 Upgrade Tomcat to 9.0.104 (#6984)
58688d69f3b is described below
commit 58688d69f3b7f0ed46f6258739ecd5a69d5be58b
Author: Istvan Toth <[email protected]>
AuthorDate: Wed May 14 08:01:42 2025 +0200
HBASE-29300 Upgrade Tomcat to 9.0.104 (#6984)
(cherry picked from commit bd921e0641e03d07ee394bed1962f057291dfe13)
Signed-off-by: Nihal Jain <[email protected]>
Reviewed-by: Dávid Paksy <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 82affd421d6..ca2623374b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -594,7 +594,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>