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/11/25 16:38:48 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump testcontainers.version from 1.17.5 to 1.17.6 (#3423)

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 bfc6209f79 build(deps-dev): bump testcontainers.version from 1.17.5 to 1.17.6 (#3423)
bfc6209f79 is described below

commit bfc6209f791cd52b1bf72f3a4a18b4a952d7a573
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 25 17:38:41 2022 +0100

    build(deps-dev): bump testcontainers.version from 1.17.5 to 1.17.6 (#3423)
    
    Bumps `testcontainers.version` from 1.17.5 to 1.17.6.
    
    Updates `testcontainers` from 1.17.5 to 1.17.6
    - [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.5...1.17.6)
    
    Updates `junit-jupiter` from 1.17.5 to 1.17.6
    - [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.5...1.17.6)
    
    ---
    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 52d66b9250..c03d67871d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,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.5</testcontainers.version>
+    <testcontainers.version>1.17.6</testcontainers.version>
     <checkstyle-rules.version>20-SNAPSHOT</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->