This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new d34c54ea059 HBASE-29300 Upgrade Tomcat to 9.0.104 (#6984)
d34c54ea059 is described below
commit d34c54ea0597cf50ace62e42ad46d4556dcfb02c
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]>
(cherry picked from commit 58688d69f3b7f0ed46f6258739ecd5a69d5be58b)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 292534d297e..f558f52ccd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -592,7 +592,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.2.13.0</jruby.version>
<junit.version>4.13.2</junit.version>
<hamcrest.version>1.3</hamcrest.version>