You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/11/18 07:50:41 UTC

[myfaces-tobago] branch main updated: build(deps): bump jakarta.faces from 3.0.2 to 3.0.3 (#3421)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new 3981bf231c build(deps): bump jakarta.faces from 3.0.2 to 3.0.3 (#3421)
3981bf231c is described below

commit 3981bf231cc9d09667c8c381fdc60c8938f6d513
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 18 08:50:37 2022 +0100

    build(deps): bump jakarta.faces from 3.0.2 to 3.0.3 (#3421)
    
    Bumps jakarta.faces from 3.0.2 to 3.0.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.glassfish:jakarta.faces
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b4d42dc81d..bb0d929ce1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <frontend.skip>true</frontend.skip>
     <myfaces30.version>3.0.2</myfaces30.version>
-    <mojarra30.version>3.0.2</mojarra30.version>
+    <mojarra30.version>3.0.3</mojarra30.version>
     <openwebbeans.version>2.0.27</openwebbeans.version>
     <slf4j.version>2.0.3</slf4j.version>
     <logback.version>1.4.4</logback.version>