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 2022/03/04 08:37:37 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump joinfaces.version from 4.6.3 to 4.6.4

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new ee66545  build(deps): bump joinfaces.version from 4.6.3 to 4.6.4
ee66545 is described below

commit ee66545bef5c718f829f0d4026d2b4cdd018cbb9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 3 16:40:34 2022 +0000

    build(deps): bump joinfaces.version from 4.6.3 to 4.6.4
    
    Bumps `joinfaces.version` from 4.6.3 to 4.6.4.
    
    Updates `joinfaces-dependencies` from 4.6.3 to 4.6.4
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.6.3...4.6.4)
    
    Updates `joinfaces-maven-plugin` from 4.6.3 to 4.6.4
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.6.3...4.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.joinfaces:joinfaces-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.joinfaces:joinfaces-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 ad96336..6e8dbda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.44.v20210927</jetty.version>
-    <joinfaces.version>4.6.3</joinfaces.version>
+    <joinfaces.version>4.6.4</joinfaces.version>
     <spring-boot.version>2.6.4</spring-boot.version>
 
   </properties>