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/11/16 09:58:24 UTC

(myfaces-tobago) branch main updated: build(deps-dev): bump testcontainers.version from 1.19.1 to 1.19.2

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 5a74115d53 build(deps-dev): bump testcontainers.version from 1.19.1 to 1.19.2
5a74115d53 is described below

commit 5a74115d532453784b1047aef385d0791d3edc4e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 15 16:26:05 2023 +0000

    build(deps-dev): bump testcontainers.version from 1.19.1 to 1.19.2
    
    Bumps `testcontainers.version` from 1.19.1 to 1.19.2.
    
    Updates `org.testcontainers:testcontainers` from 1.19.1 to 1.19.2
    - [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.19.1...1.19.2)
    
    Updates `org.testcontainers:junit-jupiter` from 1.19.1 to 1.19.2
    - [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.19.1...1.19.2)
    
    ---
    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 899c6c8068..3b1ba805ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,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.10.1</junit-jupiter.version>
-    <testcontainers.version>1.19.1</testcontainers.version>
+    <testcontainers.version>1.19.2</testcontainers.version>
     <checkstyle-rules.version>23</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->