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 10:29:10 UTC

[cxf] 02/02: Aligning samples version

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

coheigea pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit dfb556f50d129cbdc7dfe4589ba277b519f75548
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Feb 8 10:28:51 2021 +0000

    Aligning samples version
---
 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 3dd84e7..64b2556 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.3.6.RELEASE</spring.boot.version>
+        <spring.boot.version>2.3.8.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.3.RELEASE</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>