Repository: cxf
Updated Branches:
  refs/heads/master f209d05f9 -> 02e822fa5


Updating and aligning Spring (Boot) versions, patch from Dennis Kieselhorst 
applied, This closes #268


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/02e822fa
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/02e822fa
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/02e822fa

Branch: refs/heads/master
Commit: 02e822fa5a3c550f7cb963be5abc0b57a78c5571
Parents: f209d05
Author: Sergey Beryozkin <sberyoz...@gmail.com>
Authored: Mon Apr 24 12:17:28 2017 +0100
Committer: Sergey Beryozkin <sberyoz...@gmail.com>
Committed: Mon Apr 24 12:17:28 2017 +0100

----------------------------------------------------------------------
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/02e822fa/distribution/src/main/release/samples/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index ffa3fcc..048ee42 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>1.5.1.RELEASE</spring.boot.version>
+        <spring.boot.version>1.5.3.RELEASE</spring.boot.version>
         
<spring.cloud.eureka.version>1.1.3.RELEASE</spring.cloud.eureka.version>
     </properties>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf/blob/02e822fa/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 626557d..3d60dcd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -150,8 +150,8 @@
         <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
         <cxf.slf4j.version>1.7.24</cxf.slf4j.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
-        <cxf.spring.version>4.3.7.RELEASE</cxf.spring.version>
-        <cxf.spring.boot.version>1.5.2.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.version>4.3.8.RELEASE</cxf.spring.version>
+        <cxf.spring.boot.version>1.5.3.RELEASE</cxf.spring.boot.version>
         
<cxf.spring.security.version>4.2.2.RELEASE</cxf.spring.security.version>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.ldap.version>2.3.1.RELEASE</cxf.spring.ldap.version>

Reply via email to