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 2023/06/05 06:59:53 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump testcontainers.version from 1.18.2 to 1.18.3

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 333f0df06a build(deps-dev): bump testcontainers.version from 1.18.2 to 1.18.3
333f0df06a is described below

commit 333f0df06a4f8d6bd97993f3ce9985db820a824d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 1 17:02:02 2023 +0000

    build(deps-dev): bump testcontainers.version from 1.18.2 to 1.18.3
    
    Bumps `testcontainers.version` from 1.18.2 to 1.18.3.
    
    Updates `testcontainers` from 1.18.2 to 1.18.3
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.18.2...1.18.3)
    
    Updates `junit-jupiter` from 1.18.2 to 1.18.3
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.18.2...1.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - 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 ed86609b8e..66b1e81852 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <maven-pmd-plugin.version>3.20.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <junit-jupiter.version>5.9.3</junit-jupiter.version>
-    <testcontainers.version>1.18.2</testcontainers.version>
+    <testcontainers.version>1.18.3</testcontainers.version>
     <checkstyle-rules.version>22</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->