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
commit 9fb375ef77501a6b8df1025956b2397eb532b8c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 04:21:57 2026 +0000
TOMEE-4691 - Bump org.glassfish:jakarta.faces from 4.1.11 to 4.1.14 (#2919)
Bumps
[org.glassfish:jakarta.faces](https://github.com/eclipse-ee4j/mojarra) from
4.1.11 to 4.1.14.
- [Release notes](https://github.com/eclipse-ee4j/mojarra/releases)
- [Changelog](https://github.com/eclipse-ee4j/mojarra/blob/main/RELEASE.md)
-
[Commits](https://github.com/eclipse-ee4j/mojarra/compare/4.1.11-RELEASE...4.1.14-RELEASE)
---
updated-dependencies:
- dependency-name: org.glassfish:jakarta.faces
dependency-version: 4.1.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8d7831e516..c539bde806 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
<!-- org.eclipse -->
<version.eclipselink>5.0.1</version.eclipselink>
<!-- org.glassfish -->
- <version.mojarra>4.1.11</version.mojarra>
+ <version.mojarra>4.1.14</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>7.4.5.Final</version.hibernate.orm>
<version.hibernate.validator>9.1.3.Final</version.hibernate.validator>