You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/10/27 14:57:52 UTC

[pulsar] branch master updated: Upgrade Testcontainers to 1.14.3 (#8384)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ba7b2ff  Upgrade Testcontainers to 1.14.3 (#8384)
ba7b2ff is described below

commit ba7b2ff3e98332c338c824c8ad1fb066548fbbc0
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Tue Oct 27 16:57:39 2020 +0200

    Upgrade Testcontainers to 1.14.3 (#8384)
    
    ### Motivation
    
    The current Testcontainers version in 1.11.2 . A lot of improvements have been made in Testcontainers since 1.11.2 was released. The newest version is 1.14.3.
    
    ### Modifications
    
    Testcontainers version upgraded to 1.14.3 (latest stable version)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c57f0cc..060dce0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@ flexible messaging model and an intuitive client API.</description>
     <!-- test dependencies -->
     <cassandra.version>3.6.0</cassandra.version>
     <disruptor.version>3.4.0</disruptor.version>
-    <testcontainers.version>1.11.2</testcontainers.version>
+    <testcontainers.version>1.14.3</testcontainers.version>
     <kerby.version>1.1.1</kerby.version>
     <testng.version>6.14.3</testng.version>
     <mockito.version>2.28.2</mockito.version>