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 19:49:58 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump testcontainers from 1.16.0 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 27b8721  build(deps-dev): bump testcontainers from 1.16.0 to 1.16.2
27b8721 is described below

commit 27b8721bfe9d9ac1d2efc149bd737409b4c364ba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 28 18:16:57 2021 +0000

    build(deps-dev): bump testcontainers from 1.16.0 to 1.16.2
    
    Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.16.0 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.0...1.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      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 94f8aec..deea9dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@
       <dependency>
         <groupId>org.testcontainers</groupId>
         <artifactId>testcontainers</artifactId>
-        <version>1.16.0</version>
+        <version>1.16.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>