You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/10/19 20:35:58 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump junit-jupiter from 1.16.0 to 1.16.1

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new aae5e45  build(deps-dev): bump junit-jupiter from 1.16.0 to 1.16.1
aae5e45 is described below

commit aae5e451a8d0476cf5f4c708ee9a74c6cc9e19d9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 19 16:54:51 2021 +0000

    build(deps-dev): bump junit-jupiter from 1.16.0 to 1.16.1
    
    Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.1.
    - [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.16.0...1.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 de75353..43635e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,7 +468,7 @@
       <dependency>
         <groupId>org.testcontainers</groupId>
         <artifactId>junit-jupiter</artifactId>
-        <version>1.16.0</version>
+        <version>1.16.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>