You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/10/27 01:59:23 UTC

[cxf] branch master updated: Update Awaitility to 4.1.1 (#868)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2c4126e7 Update Awaitility to 4.1.1 (#868)
2c4126e7 is described below

commit 2c4126e759024cba7132905441ba446c894ebb0c
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Oct 26 21:59:13 2021 -0400

    Update Awaitility to 4.1.1 (#868)
---
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index aebb4c7..f2c17b7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -267,6 +267,7 @@
         <cxf.xmlresolver.bundle.version>1.2_5</cxf.xmlresolver.bundle.version>
         <cxf.xmlsec.bundle.version>2.2.3</cxf.xmlsec.bundle.version>
         <cxf.xpp3.bundle.version>1.1.4c_6</cxf.xpp3.bundle.version>
+        <cxf.awaitility.version>4.1.1</cxf.awaitility.version>
     </properties>
     <build>
         <resources>
@@ -826,7 +827,7 @@
             <dependency>
                 <groupId>org.awaitility</groupId>
                 <artifactId>awaitility</artifactId>
-                <version>4.0.3</version>
+                <version>${cxf.awaitility.version}</version>
                 <scope>test</scope>
             </dependency>
             <dependency>