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 c07eae9aeae826e4c810557308168663c9e1d40e Author: Richard Zowalla <[email protected]> AuthorDate: Tue Oct 10 19:59:26 2023 +0200 TOMEE-4248 - Mojarra 3.0.5 --- 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 9e0022154e..6549a777bd 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>3.0.2</version> + <version>3.0.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 744147e498..58afe68a20 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -2200,7 +2200,7 @@ <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.faces</artifactId> - <version>3.0.2</version> + <version>3.0.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/pom.xml b/pom.xml index ab68d846dc..265ccd365f 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ <!-- org.eclipse --> <version.eclipselink>3.0.3</version.eclipselink> <!-- org.glassfish --> - <version.mojarra>3.0.2</version.mojarra> + <version.mojarra>3.0.5</version.mojarra> <!-- org.hibernate --> <version.hibernate.orm>6.1.4.Final</version.hibernate.orm> <version.hibernate.validator>7.0.5.Final</version.hibernate.validator>
