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/07 22:05:16 UTC

[myfaces-tobago] branch master 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 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 8502c7b  chore(deps-dev): bump junit-jupiter-engine from 5.7.0 to 5.7.1
8502c7b is described below

commit 8502c7b7683655b4c3b6573d3fb8841b190483ec
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Feb 7 21:18:23 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 2a8dd6a..fcce7e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,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>