This is an automated email from the ASF dual-hosted git repository.
rzo1 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 709b4ea9a9 TOMEE-4356 - Mojarra 4.0.7
709b4ea9a9 is described below
commit 709b4ea9a9808028174bccda9fcab719ccfcf190
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Jul 2 14:22:22 2024 +0200
TOMEE-4356 - Mojarra 4.0.7
---
boms/tomee-plume-api/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/boms/tomee-plume-api/pom.xml b/boms/tomee-plume-api/pom.xml
index 3ae9b28e15..f6d0a78789 100644
--- a/boms/tomee-plume-api/pom.xml
+++ b/boms/tomee-plume-api/pom.xml
@@ -274,7 +274,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
- <version>4.0.1</version>
+ <version>4.0.7</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index b0769e1661..8786d1d89d 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -2215,7 +2215,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
- <version>4.0.1</version>
+ <version>4.0.7</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 5cbe441385..9e6dfde58c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
<!-- org.eclipse -->
<version.eclipselink>3.0.4</version.eclipselink>
<!-- org.glassfish -->
- <version.mojarra>4.0.1</version.mojarra>
+ <version.mojarra>4.0.7</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>6.4.3.Final</version.hibernate.orm>
<version.hibernate.validator>7.0.5.Final</version.hibernate.validator>