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/04/28 07:40:49 UTC

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

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 217ffe4  build(deps): bump joinfaces.version from 4.4.3 to 4.4.5
217ffe4 is described below

commit 217ffe4e1225c7f514b40b269eba81db3d2add22
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 28 07:10:00 2021 +0000

    build(deps): bump joinfaces.version from 4.4.3 to 4.4.5
    
    Bumps `joinfaces.version` from 4.4.3 to 4.4.5.
    
    Updates `joinfaces-dependencies` from 4.4.3 to 4.4.5
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.4.3...4.4.5)
    
    Updates `joinfaces-maven-plugin` from 4.4.3 to 4.4.5
    - [Release notes](https://github.com/joinfaces/joinfaces/releases)
    - [Commits](https://github.com/joinfaces/joinfaces/compare/4.4.3...4.4.5)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index 552af36..33a1f28 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -30,7 +30,7 @@
     <description>A minimal Tobago application with spring boot</description>
 
     <properties>
-        <joinfaces.version>4.4.3</joinfaces.version>
+        <joinfaces.version>4.4.5</joinfaces.version>
         <spring-boot.version>2.4.5</spring-boot.version>
     </properties>