This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 70fae736d1 Mojarra 4.1.9
70fae736d1 is described below

commit 70fae736d1ff7cce816aed8bc7cb50c2d2617a07
Author: Markus Jung <[email protected]>
AuthorDate: Tue Jun 2 14:48:02 2026 +0200

    Mojarra 4.1.9
---
 boms/tomee-microprofile-api/pom.xml |  2 +-
 boms/tomee-microprofile/pom.xml     | 10 +++++-----
 boms/tomee-plume-api/pom.xml        |  2 +-
 boms/tomee-plume/pom.xml            |  8 ++++----
 boms/tomee-plus-api/pom.xml         |  2 +-
 boms/tomee-plus/pom.xml             | 10 +++++-----
 boms/tomee-webprofile-api/pom.xml   |  2 +-
 boms/tomee-webprofile/pom.xml       | 10 +++++-----
 pom.xml                             |  2 +-
 9 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/boms/tomee-microprofile-api/pom.xml 
b/boms/tomee-microprofile-api/pom.xml
index 46b9124048..0009aebd19 100644
--- a/boms/tomee-microprofile-api/pom.xml
+++ b/boms/tomee-microprofile-api/pom.xml
@@ -64,7 +64,7 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 48736962db..e54a4f786a 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -84,7 +84,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.21.0</version>
+        <version>1.22.0</version>
       </dependency>
       <dependency>
         <groupId>commons-daemon</groupId>
@@ -509,12 +509,12 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-impl</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.neethi</groupId>
@@ -1119,12 +1119,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>2.0.17</version>
+        <version>2.0.18</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>2.0.17</version>
+        <version>2.0.18</version>
       </dependency>
       <dependency>
         <groupId>org.tomitribe</groupId>
diff --git a/boms/tomee-plume-api/pom.xml b/boms/tomee-plume-api/pom.xml
index a36e794ab9..3a829ff75f 100644
--- a/boms/tomee-plume-api/pom.xml
+++ b/boms/tomee-plume-api/pom.xml
@@ -149,7 +149,7 @@
       <dependency>
         <groupId>org.glassfish</groupId>
         <artifactId>jakarta.faces</artifactId>
-        <version>4.0.14</version>
+        <version>4.1.9</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index f1986f115f..255413befd 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -84,7 +84,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.21.0</version>
+        <version>1.22.0</version>
       </dependency>
       <dependency>
         <groupId>commons-daemon</groupId>
@@ -1054,7 +1054,7 @@
       <dependency>
         <groupId>org.glassfish</groupId>
         <artifactId>jakarta.faces</artifactId>
-        <version>4.0.14</version>
+        <version>4.1.9</version>
       </dependency>
       <dependency>
         <groupId>org.hsqldb</groupId>
@@ -1189,12 +1189,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>2.0.17</version>
+        <version>2.0.18</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>2.0.17</version>
+        <version>2.0.18</version>
       </dependency>
       <dependency>
         <groupId>org.tomitribe</groupId>
diff --git a/boms/tomee-plus-api/pom.xml b/boms/tomee-plus-api/pom.xml
index 56c42c88d6..19044cd324 100644
--- a/boms/tomee-plus-api/pom.xml
+++ b/boms/tomee-plus-api/pom.xml
@@ -69,7 +69,7 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 22ab783112..8194293691 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -84,7 +84,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.21.0</version>
+        <version>1.22.0</version>
       </dependency>
       <dependency>
         <groupId>commons-daemon</groupId>
@@ -554,12 +554,12 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-impl</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.neethi</groupId>
@@ -1169,12 +1169,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>2.0.17</version>
+        <version>2.0.18</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>2.0.17</version>
+        <version>2.0.18</version>
       </dependency>
       <dependency>
         <groupId>org.tomitribe</groupId>
diff --git a/boms/tomee-webprofile-api/pom.xml 
b/boms/tomee-webprofile-api/pom.xml
index 9aef55ca41..5618b9c68e 100644
--- a/boms/tomee-webprofile-api/pom.xml
+++ b/boms/tomee-webprofile-api/pom.xml
@@ -64,7 +64,7 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index e2f9fe29ff..cf6fc3ec67 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -64,7 +64,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.21.0</version>
+        <version>1.22.0</version>
       </dependency>
       <dependency>
         <groupId>commons-daemon</groupId>
@@ -259,12 +259,12 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-impl</artifactId>
-        <version>4.1.2</version>
+        <version>4.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.neethi</groupId>
@@ -744,12 +744,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>2.0.17</version>
+        <version>2.0.18</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>2.0.17</version>
+        <version>2.0.18</version>
       </dependency>
       <dependency>
         <groupId>org.tomitribe</groupId>
diff --git a/pom.xml b/pom.xml
index 5135caa323..6774b38e9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
     <!-- org.eclipse -->
     <version.eclipselink>5.0.0</version.eclipselink>
     <!-- org.glassfish -->
-    <version.mojarra>4.0.14</version.mojarra>
+    <version.mojarra>4.1.9</version.mojarra>
     <!-- org.hibernate -->
     <version.hibernate.orm>7.3.0.Final</version.hibernate.orm>
     <version.hibernate.validator>9.1.0.Final</version.hibernate.validator>

Reply via email to