You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/08/03 07:13:29 UTC

[iotdb] branch master updated: Bump testcontainers from 1.15.2 to 1.15.3 (#6740)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new ec589a5f98 Bump testcontainers from 1.15.2 to 1.15.3 (#6740)
ec589a5f98 is described below

commit ec589a5f983eb7ba996de7739f7aea4bfa8860dc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 3 15:13:23 2022 +0800

    Bump testcontainers from 1.15.2 to 1.15.3 (#6740)
    
    Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.15.3.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.2...1.15.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 bba415a9e4..2b45bcb2dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <commons-compress.version>1.21</commons-compress.version>
         <error_prone_annotations.version>2.7.1</error_prone_annotations.version>
-        <testcontainers.version>1.15.2</testcontainers.version>
+        <testcontainers.version>1.15.3</testcontainers.version>
         <eclipse-collections.version>10.4.0</eclipse-collections.version>
         <awaitility.version>4.0.3</awaitility.version>
         <!-- JDK1.8 only support google java format 1.7-->