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/10/05 08:15:01 UTC

[myfaces-tobago] branch main updated: build(deps-dev): bump testcontainers.version from 1.17.4 to 1.17.5 (#3323)

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

lofwyr 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 c2896d6028 build(deps-dev): bump testcontainers.version from 1.17.4 to 1.17.5 (#3323)
c2896d6028 is described below

commit c2896d60281750d1719f3fcf2eeeca7e3844c7fd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 5 10:14:55 2022 +0200

    build(deps-dev): bump testcontainers.version from 1.17.4 to 1.17.5 (#3323)
    
    Bumps `testcontainers.version` from 1.17.4 to 1.17.5.
    
    Updates `testcontainers` from 1.17.4 to 1.17.5
    - [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.4...1.17.5)
    
    Updates `junit-jupiter` from 1.17.4 to 1.17.5
    - [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.4...1.17.5)
    
    ---
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 25396e0696..3876dc6e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <maven-pmd-plugin.version>3.19.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <junit-jupiter.version>5.9.1</junit-jupiter.version>
-    <testcontainers.version>1.17.4</testcontainers.version>
+    <testcontainers.version>1.17.5</testcontainers.version>
     <checkstyle-rules.version>17</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->