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/04/17 19:26:14 UTC

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

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 e351fbb  build(deps-dev): bump junit-jupiter from 1.15.2 to 1.15.3
e351fbb is described below

commit e351fbba18573b763682a3b61d9e2948cb805383
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 16 07:10:15 2021 +0000

    build(deps-dev): bump junit-jupiter from 1.15.2 to 1.15.3
    
    Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.15.3.
    - [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.2...1.15.3)
    
    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 bf400af..5916f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@
       <dependency>
         <groupId>org.testcontainers</groupId>
         <artifactId>junit-jupiter</artifactId>
-        <version>1.15.2</version>
+        <version>1.15.3</version>
         <scope>test</scope>
       </dependency>
       <dependency>