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 2022/05/25 10:57:41 UTC

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

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

lofwyr 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 bf8f6e8069 build(deps-dev): bump junit-jupiter from 1.17.1 to 1.17.2
bf8f6e8069 is described below

commit bf8f6e806959e30d0823c832d75a8ea84fc0d041
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 25 10:38:03 2022 +0000

    build(deps-dev): bump junit-jupiter from 1.17.1 to 1.17.2
    
    Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.1 to 1.17.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.17.1...1.17.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 417b88866b..f3a2ad338f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@
       <dependency>
         <groupId>org.testcontainers</groupId>
         <artifactId>junit-jupiter</artifactId>
-        <version>1.17.1</version>
+        <version>1.17.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>