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 2021/02/11 13:05:10 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps-dev): bump junit-jupiter-engine from 5.7.0 to 5.7.1

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

bommel pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new decebc3  chore(deps-dev): bump junit-jupiter-engine from 5.7.0 to 5.7.1
decebc3 is described below

commit decebc339aae3c5aaa1fb1f71f0b422055c61dc5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 12:55:21 2021 +0000

    chore(deps-dev): bump junit-jupiter-engine from 5.7.0 to 5.7.1
    
    Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.1)
    
    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 233bf1b..65dcdaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -441,7 +441,7 @@
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-engine</artifactId>
-        <version>5.7.0</version>
+        <version>5.7.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>