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

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


The following commit(s) were added to refs/heads/master by this push:
     new 18ce02c  Update testcontainers to latest version
18ce02c is described below

commit 18ce02ccd30607a70b694373fa4bca1719bd1d34
Author: Qi Wang <[email protected]>
AuthorDate: Thu Aug 30 11:24:54 2018 -0700

    Update testcontainers to latest version
    
    Descriptions of the changes in this PR:
    
    ### Motivation
    
    the latest version of testcontainers provides a `doStart` method to allow 
adding logic before `doStart`.
    
    Author: Qi Wang <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo 
<[email protected]>
    
    This closes #1636 from codingwangqi/update_testcontainers
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b29f423..609411c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
     <shrinkwrap.version>3.0.1</shrinkwrap.version>
     <slf4j.version>1.7.25</slf4j.version>
     <spotbugs-annotations.version>3.1.1</spotbugs-annotations.version>
-    <testcontainers.version>1.7.0</testcontainers.version>
+    <testcontainers.version>1.8.3</testcontainers.version>
     <twitter-server.version>1.29.0</twitter-server.version>
     <vertx.version>3.4.1</vertx.version>
     <zookeeper.version>3.4.13</zookeeper.version>

Reply via email to