This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit be9cf68c699712c25c586de305eddbe2e836bea8 Author: Richard Zowalla <[email protected]> AuthorDate: Fri May 5 12:13:00 2023 +0200 TOMEE-4209 - Mojarra 2.3.19 --- 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 631229211b..09e2dbbeba 100644 --- a/boms/tomee-plume-api/pom.xml +++ b/boms/tomee-plume-api/pom.xml @@ -285,7 +285,7 @@ <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.faces</artifactId> - <version>2.3.18</version> + <version>2.3.19</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 1afc3a1077..2e76323fb8 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -1742,7 +1742,7 @@ <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.faces</artifactId> - <version>2.3.18</version> + <version>2.3.19</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/pom.xml b/pom.xml index 72d2e3c750..d2a76af179 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,7 @@ <!-- org.eclipse --> <version.eclipselink>2.7.11</version.eclipselink> <!-- org.glassfish --> - <version.mojarra>2.3.18</version.mojarra> + <version.mojarra>2.3.19</version.mojarra> <!-- org.hibernate --> <version.hibernate.orm>5.6.14.Final</version.hibernate.orm> <version.hibernate.validator>6.2.5.Final</version.hibernate.validator>
