You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/03/27 10:53:08 UTC

[cxf] 01/03: examples: Updating Spring Boot to 2.2.6

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

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

commit e73daaaa4a04c3d29c9280934a4ca7a81abb7729
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Mar 27 10:35:45 2020 +0300

    examples: Updating Spring Boot to 2.2.6
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 25ca9f3..f8952a0 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -30,7 +30,7 @@
         <!-- 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.2.3.RELEASE</spring.boot.version>
+        <spring.boot.version>2.2.6.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.1.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.27.v20200227</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.8</cxf.httpcomponents.client.version>