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 2021/06/16 07:32:55 UTC

[myfaces-tobago] branch master updated: build(deps): bump joinfaces.version from 4.5.0 to 4.5.1

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

lofwyr 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 d2050a4  build(deps): bump joinfaces.version from 4.5.0 to 4.5.1
d2050a4 is described below

commit d2050a43eac9188e94682713924e06a626dd0964
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 14 08:40:54 2021 +0000

    build(deps): bump joinfaces.version from 4.5.0 to 4.5.1
    
    Bumps `joinfaces.version` from 4.5.0 to 4.5.1.
    
    Updates `joinfaces-dependencies` from 4.5.0 to 4.5.1
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.5.0...4.5.1)
    
    Updates `joinfaces-maven-plugin` from 4.5.0 to 4.5.1
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.5.0...4.5.1)
    
    ---
    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 eb77a0b..ffd25fd 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.40.v20210413</jetty.version>
-    <joinfaces.version>4.5.0</joinfaces.version>
+    <joinfaces.version>4.5.1</joinfaces.version>
     <spring-boot.version>2.5.1</spring-boot.version>
 
   </properties>