You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2019/07/10 15:24:13 UTC

[cxf] branch master updated: Update MP Rest Client dependency to 1.3.3

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

amccright 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 686b6ef  Update MP Rest Client dependency to 1.3.3
686b6ef is described below

commit 686b6efab97d92d163c538b599889112faacbe83
Author: Andy McCright <j....@gmail.com>
AuthorDate: Wed Jul 10 09:18:27 2019 -0500

    Update MP Rest Client dependency to 1.3.3
    
    This resolves two TCK issues:
    1 Race conditions with Async TCK test
    2 SSL failures when using IBM JDK 8
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bb6ce07..33c38b2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -159,7 +159,7 @@
         <cxf.lucene.version>4.9.0</cxf.lucene.version>
         <cxf.maven.core.version>3.6.1</cxf.maven.core.version>
         <cxf.microprofile.config.version>1.1</cxf.microprofile.config.version>
-        <cxf.microprofile.rest.client.version>1.3.2</cxf.microprofile.rest.client.version>
+        <cxf.microprofile.rest.client.version>1.3.3</cxf.microprofile.rest.client.version>
         <cxf.mina.version>2.0.21</cxf.mina.version>
         <cxf.mockito.version>2.28.1</cxf.mockito.version>
         <cxf.msv.version>2013.6.1</cxf.msv.version>