You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/02/08 09:57:02 UTC

[cxf] branch master updated: Aligning samples versions

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

coheigea 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 5915e90  Aligning samples versions
5915e90 is described below

commit 5915e900fdfe5f3b5622ba0d0772606d101680a6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Feb 8 09:56:46 2021 +0000

    Aligning samples versions
---
 distribution/src/main/release/samples/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 4c29b53..fbf64d5 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -30,13 +30,13 @@
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.boot.version>2.4.0</spring.boot.version>
+        <spring.boot.version>2.4.2</spring.boot.version>
         <spring.cloud.eureka.version>3.0.0</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.34.v20201102</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.36.v20210114</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.38.0</cxf.swagger.ui.version>
         <cxf.tika.version>1.25</cxf.tika.version>
-        <cxf.tomcat.version>9.0.41</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.43</cxf.tomcat.version>
     </properties>
     <dependencies>
         <dependency>