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/10/24 12:40:25 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump joinfaces.version from 4.7.4 to 4.7.5 (#3356)

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

lofwyr 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 6e5aa5e821 build(deps): bump joinfaces.version from 4.7.4 to 4.7.5 (#3356)
6e5aa5e821 is described below

commit 6e5aa5e821bf59fe40e14c7197ffa5bdff6fc4f7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 24 14:40:19 2022 +0200

    build(deps): bump joinfaces.version from 4.7.4 to 4.7.5 (#3356)
    
    Bumps `joinfaces.version` from 4.7.4 to 4.7.5.
    
    Updates `joinfaces-dependencies` from 4.7.4 to 4.7.5
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.7.4...4.7.5)
    
    Updates `joinfaces-maven-plugin` from 4.7.4 to 4.7.5
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.7.4...4.7.5)
    
    ---
    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>
    
    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 0bd7758c40..31d27ebcbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.49.v20220914</jetty.version>
-    <joinfaces.version>4.7.4</joinfaces.version>
+    <joinfaces.version>4.7.5</joinfaces.version>
     <spring-boot.version>2.7.5</spring-boot.version>
 
   </properties>