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/09/16 12:19:51 UTC

[myfaces-tobago] branch master updated: build: bump junit-jupiter-params from 5.7.2 to 5.8.0

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 1e00aea  build: bump junit-jupiter-params from 5.7.2 to 5.8.0
1e00aea is described below

commit 1e00aea851180d8fbd57311e64b564a323811e65
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Sep 16 14:12:13 2021 +0200

    build: bump junit-jupiter-params from 5.7.2 to 5.8.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3689f73..91b15cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -444,19 +444,19 @@
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-engine</artifactId>
-        <version>5.7.2</version>
+        <version>5.8.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-params</artifactId>
-        <version>5.7.2</version>
+        <version>5.8.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-api</artifactId>
-        <version>5.7.2</version>
+        <version>5.8.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>