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 bbc07e9515 TOMEE-4670 - Bump org.glassfish:jakarta.faces from 4.1.9 to
4.1.11 (#2886)
bbc07e9515 is described below
commit bbc07e951556156495344d4ea0e8dc26c0d244e1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 2 10:26:43 2026 +0200
TOMEE-4670 - Bump org.glassfish:jakarta.faces from 4.1.9 to 4.1.11 (#2886)
Bumps
[org.glassfish:jakarta.faces](https://github.com/eclipse-ee4j/mojarra) from
4.1.9 to 4.1.11.
- [Release notes](https://github.com/eclipse-ee4j/mojarra/releases)
-
[Changelog](https://github.com/eclipse-ee4j/mojarra/blob/master/RELEASE.md)
-
[Commits](https://github.com/eclipse-ee4j/mojarra/compare/4.1.9-RELEASE...4.1.11-RELEASE)
---
updated-dependencies:
- dependency-name: org.glassfish:jakarta.faces
dependency-version: 4.1.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1da34d22d5..8430176c9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
<!-- org.eclipse -->
<version.eclipselink>5.0.1</version.eclipselink>
<!-- org.glassfish -->
- <version.mojarra>4.1.9</version.mojarra>
+ <version.mojarra>4.1.11</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>7.4.5.Final</version.hibernate.orm>
<version.hibernate.validator>9.1.1.Final</version.hibernate.validator>