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 16:04:32 UTC

[myfaces-tobago] branch master updated: chore(deps-dev): bump junit-jupiter from 1.15.1 to 1.15.2

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 a6e1b9c  chore(deps-dev): bump junit-jupiter from 1.15.1 to 1.15.2
a6e1b9c is described below

commit a6e1b9c50fedc63441d1f5bbfefdd9f77f8fcf35
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 15:50:18 2021 +0000

    chore(deps-dev): bump junit-jupiter from 1.15.1 to 1.15.2
    
    Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.15.1 to 1.15.2.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.1...1.15.2)
    
    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 e9ca644..b47d39d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@
       <dependency>
         <groupId>org.testcontainers</groupId>
         <artifactId>junit-jupiter</artifactId>
-        <version>1.15.1</version>
+        <version>1.15.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>