You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/09/02 22:00:07 UTC

[isis] 07/17: ISIS-2222: bumps cxf-rt-rs-client in attempt to address dependency convergence issue

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

danhaywood pushed a commit to branch ISIS-2222
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 2c10212dbce7fd7738fa12ed6f45da8cf2ec78aa
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Aug 30 12:29:39 2020 +0100

    ISIS-2222: bumps cxf-rt-rs-client in attempt to address dependency convergence issue
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 9adfae8..55b0a02 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -91,7 +91,7 @@
 
 		<cucumber.version>5.1.2</cucumber.version>
 
-		<cxf-rt-rs-client.version>3.3.4</cxf-rt-rs-client.version>
+		<cxf-rt-rs-client.version>3.4.0</cxf-rt-rs-client.version>
 
 		<danhaywood-java-assertjext.version>0.1.0</danhaywood-java-assertjext.version>
 		<danhaywood-java-testsupport.version>1.0.0</danhaywood-java-testsupport.version>