You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/10/17 15:22:59 UTC

[cxf] branch master updated: update Spring, Spring Security, Spring Boot version

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

deki 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 84de75d  update Spring, Spring Security, Spring Boot version
84de75d is described below

commit 84de75d9f72730b49481f577a1ea3d701670d3d8
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Wed Oct 17 17:22:32 2018 +0200

    update Spring, Spring Security, Spring Boot version
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 8f3d352..218e9c6 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.0.5.RELEASE</spring.boot.version>
+        <spring.boot.version>2.0.6.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.0.1.RELEASE</spring.cloud.eureka.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index a2fecb4..2c15e4f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -158,9 +158,9 @@
         <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
         <cxf.slf4j.version>1.7.25</cxf.slf4j.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
-        <cxf.spring.version>5.0.9.RELEASE</cxf.spring.version>
-        <cxf.spring.boot.version>2.0.5.RELEASE</cxf.spring.boot.version>
-        <cxf.spring.security.version>5.0.8.RELEASE</cxf.spring.security.version>
+        <cxf.spring.version>5.0.10.RELEASE</cxf.spring.version>
+        <cxf.spring.boot.version>2.0.6.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.security.version>5.0.9.RELEASE</cxf.spring.security.version>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.ldap.version>2.3.2.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>