You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2023/01/20 16:24:48 UTC

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

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

bommel 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 948e74f7dc build(deps): bump joinfaces.version from 4.7.7 to 4.7.8
948e74f7dc is described below

commit 948e74f7dc40c9c97f2e8f6031c3ef135e942db7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 20 16:04:54 2023 +0000

    build(deps): bump joinfaces.version from 4.7.7 to 4.7.8
    
    Bumps `joinfaces.version` from 4.7.7 to 4.7.8.
    
    Updates `joinfaces-autoconfigure` from 4.7.7 to 4.7.8
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.7.7...4.7.8)
    
    Updates `joinfaces-maven-plugin` from 4.7.7 to 4.7.8
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.7.7...4.7.8)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 57ceb037a3..5c93a7701b 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.71</tomcat9.version>
-    <joinfaces.version>4.7.7</joinfaces.version>
+    <joinfaces.version>4.7.8</joinfaces.version>
     <spring-boot.version>2.7.8</spring-boot.version>
     <spring.version>5.3.25</spring.version>
     <jackson.version>2.14.1</jackson.version>