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/04/05 07:20:50 UTC

[myfaces-tobago] branch main updated: build(deps-dev): bump testcontainers.version from 1.17.6 to 1.18.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 54a2cde5d8 build(deps-dev): bump testcontainers.version from 1.17.6 to 1.18.0
54a2cde5d8 is described below

commit 54a2cde5d82f7629e719f42f3d11f19dc10a51a8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 4 17:00:59 2023 +0000

    build(deps-dev): bump testcontainers.version from 1.17.6 to 1.18.0
    
    Bumps `testcontainers.version` from 1.17.6 to 1.18.0.
    
    Updates `testcontainers` from 1.17.6 to 1.18.0
    - [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.17.6...1.18.0)
    
    Updates `junit-jupiter` from 1.17.6 to 1.18.0
    - [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.17.6...1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.testcontainers:junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 b1aeca9533..e7f48fb73d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,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.2</junit-jupiter.version>
-    <testcontainers.version>1.17.6</testcontainers.version>
+    <testcontainers.version>1.18.0</testcontainers.version>
     <checkstyle-rules.version>21</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->