This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 9a8ea1c189 TOMEE-4599 Bump org.glassfish:jakarta.faces from 4.0.14 to
4.0.15 (#2589)
9a8ea1c189 is described below
commit 9a8ea1c18991f36158e21a5a45e2468f0db5e015
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 10:38:58 2026 +0200
TOMEE-4599 Bump org.glassfish:jakarta.faces from 4.0.14 to 4.0.15 (#2589)
Bumps
[org.glassfish:jakarta.faces](https://github.com/eclipse-ee4j/mojarra) from
4.0.14 to 4.0.15.
- [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.0.14-RELEASE...4.0.15-RELEASE)
---
updated-dependencies:
- dependency-name: org.glassfish:jakarta.faces
dependency-version: 4.0.15
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 e65a7d2e38..c993fbbbd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
<!-- org.eclipse -->
<version.eclipselink>4.0.9</version.eclipselink>
<!-- org.glassfish -->
- <version.mojarra>4.0.14</version.mojarra>
+ <version.mojarra>4.0.15</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>6.6.46.Final</version.hibernate.orm>
<version.hibernate.validator>8.0.3.Final</version.hibernate.validator>