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/10/28 17:24:27 UTC

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

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 7c6a4b5  build(deps-dev): bump junit-jupiter from 1.16.1 to 1.16.2
7c6a4b5 is described below

commit 7c6a4b55170a6b0ba22e850ba6ecc71c9b4cb59b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 28 16:07:59 2021 +0000

    build(deps-dev): bump junit-jupiter from 1.16.1 to 1.16.2
    
    Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.16.1 to 1.16.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.16.1...1.16.2)
    
    ---
    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 144d7bf..94f8aec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,7 +467,7 @@
       <dependency>
         <groupId>org.testcontainers</groupId>
         <artifactId>junit-jupiter</artifactId>
-        <version>1.16.1</version>
+        <version>1.16.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>