This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/main by this push:
new 5cce910dd OWB-1460 upgrade tomcat to 10.1.56
5cce910dd is described below
commit 5cce910dde5b8ed0936f0a0021193e9079461488
Author: Mark Struberg <[email protected]>
AuthorDate: Fri Jul 3 13:13:02 2026 +0200
OWB-1460 upgrade tomcat to 10.1.56
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cb77e9ed5..78a64fc79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<jakarta.ejb-api.version>4.0.1</jakarta.ejb-api.version>
<jakarta.jms-api.version>3.0.0</jakarta.jms-api.version>
- <tomcat.version>10.1.54</tomcat.version>
+ <tomcat.version>10.1.56</tomcat.version>
<myfaces.version>4.0.3</myfaces.version>
<httpclient.version>4.5.14</httpclient.version>