You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/04/10 07:07:40 UTC

[pulsar] branch master updated: Upgrade awaitility to 4.2.0 (#14859)

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

lhotari 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 8ad9d50a130 Upgrade awaitility to 4.2.0 (#14859)
8ad9d50a130 is described below

commit 8ad9d50a1309f265f512c2b5a4a16175089b4256
Author: Kai Wang <kw...@streamnative.io>
AuthorDate: Sun Apr 10 15:07:34 2022 +0800

    Upgrade awaitility to 4.2.0 (#14859)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fe3df5c3002..d2a1d797641 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@ flexible messaging model and an intuitive client API.</description>
     <javassist.version>3.25.0-GA</javassist.version>
     <skyscreamer.version>1.5.0</skyscreamer.version>
     <objenesis.version>3.1</objenesis.version>
-    <awaitility.version>4.0.3</awaitility.version>
+    <awaitility.version>4.2.0</awaitility.version>
 
     <!-- Plugin dependencies -->
     <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>