You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/04/26 11:15:08 UTC

[myfaces-tobago] branch master updated: build(deps): bump myfaces23.version from 2.3.8 to 2.3.9

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7646895  build(deps): bump myfaces23.version from 2.3.8 to 2.3.9
7646895 is described below

commit 76468958969f1fe867dcd13a33db1f7911713e2c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 26 08:54:24 2021 +0000

    build(deps): bump myfaces23.version from 2.3.8 to 2.3.9
    
    Bumps `myfaces23.version` from 2.3.8 to 2.3.9.
    
    Updates `myfaces-api` from 2.3.8 to 2.3.9
    
    Updates `myfaces-impl` from 2.3.8 to 2.3.9
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5916f06..3661dd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <frontend.skip>true</frontend.skip>
     <!-- old main branch of MyFaces -->
-    <myfaces23.version>2.3.8</myfaces23.version>
+    <myfaces23.version>2.3.9</myfaces23.version>
     <myfaces-test23.version>1.0.8</myfaces-test23.version>
     <!-- new main branch of MyFaces "next" -->
 <!--    <myfaces23.version>2.3-next-M3</myfaces23.version>-->