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 14:51:20 UTC

[cxf] 01/02: 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 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

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

    Update Awaitility to 4.1.1 (#868)
    
    (cherry picked from commit 2c4126e759024cba7132905441ba446c894ebb0c)
    (cherry picked from commit 398b04819bdfa5dae88c30c9b3f47d71625431d2)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8112650..1cb0c60 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -266,6 +266,7 @@
         <cxf.xmlresolver.bundle.version>1.2_5</cxf.xmlresolver.bundle.version>
         <cxf.xmlsec.bundle.version>2.1.7</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>
@@ -1387,7 +1388,7 @@
             <dependency>
                 <groupId>org.awaitility</groupId>
                 <artifactId>awaitility</artifactId>
-                <version>4.0.2</version>
+                <version>${cxf.awaitility.version}</version>
                 <scope>test</scope>
             </dependency>
             <dependency>