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 12:45:31 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps-dev): bump junit-jupiter-params 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 322c3e8  chore(deps-dev): bump junit-jupiter-params from 5.7.0 to 5.7.1
322c3e8 is described below

commit 322c3e89cde262cabe70612dcf77e877d8bc35ee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 10:21:50 2021 +0000

    chore(deps-dev): bump junit-jupiter-params from 5.7.0 to 5.7.1
    
    Bumps [junit-jupiter-params](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 ab31874..7cc3198 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,7 +447,7 @@
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-params</artifactId>
-        <version>5.7.0</version>
+        <version>5.7.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>