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 afa779f0f OWB-1460 upgrade myfaces and tomcat
afa779f0f is described below

commit afa779f0fb049795b846f1a3efd74d95b55a8da6
Author: Mark Struberg <[email protected]>
AuthorDate: Mon Apr 27 13:04:45 2026 +0200

    OWB-1460 upgrade myfaces and tomcat
    
    mostly for our integration tests and samples
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1ad0c536f..e7f598156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,8 +73,8 @@
         <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.34</tomcat.version>
-        <myfaces.version>4.0.2</myfaces.version>
+        <tomcat.version>10.1.54</tomcat.version>
+        <myfaces.version>4.0.3</myfaces.version>
 
         <httpclient.version>4.5.14</httpclient.version>
         <xbean.version>4.29</xbean.version>

Reply via email to