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/12/14 13:19:36 UTC

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

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 75d41f46f2 build(deps): bump joinfaces.version from 4.7.5 to 4.7.6 (#3557)
75d41f46f2 is described below

commit 75d41f46f206e5f1362a25b0eae6e259688f0502
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 14 14:19:29 2022 +0100

    build(deps): bump joinfaces.version from 4.7.5 to 4.7.6 (#3557)
    
    Bumps `joinfaces.version` from 4.7.5 to 4.7.6.
    
    Updates `joinfaces-autoconfigure` from 4.7.5 to 4.7.6
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.7.5...4.7.6)
    
    Updates `joinfaces-maven-plugin` from 4.7.5 to 4.7.6
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.7.5...4.7.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.joinfaces:joinfaces-autoconfigure
      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 50d684ee79..a5b762d824 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.50.v20221201</jetty.version>
     <tomcat9.version>9.0.70</tomcat9.version>
-    <joinfaces.version>4.7.5</joinfaces.version>
+    <joinfaces.version>4.7.6</joinfaces.version>
     <spring-boot.version>2.7.6</spring-boot.version>
     <spring.version>5.3.24</spring.version>
     <jackson.version>2.14.1</jackson.version>