You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/08/18 20:55:04 UTC

[cxf] 02/02: Update versions used in samples

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

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

commit 6b8368ba32ded81492d258940f447845f84bc474
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Aug 18 16:54:35 2020 -0400

    Update versions used in samples
---
 distribution/src/main/release/samples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 36b484f..07c1d84 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,8 +32,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>2.3.3.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.30.v20200611</cxf.jetty9.version>
-        <cxf.httpcomponents.client.version>4.5.9</cxf.httpcomponents.client.version>
+        <cxf.jetty9.version>9.4.31.v20200723</cxf.jetty9.version>
+        <cxf.httpcomponents.client.version>4.5.12</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.32.1</cxf.swagger.ui.version>
         <cxf.tika.version>1.24.1</cxf.tika.version>
         <cxf.tomcat.version>9.0.37</cxf.tomcat.version>