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 446d273  update Spring and Spring Cloud minor version
446d273 is described below

commit 446d27383b01febfefd450206d52944a028e2c3e
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Sun Sep 23 12:36:34 2018 +0200

    update Spring and Spring Cloud minor version
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index d27ed63..8f3d352 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -31,7 +31,7 @@
         <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.cloud.eureka.version>2.0.0.RELEASE</spring.cloud.eureka.version>
+        
<spring.cloud.eureka.version>2.0.1.RELEASE</spring.cloud.eureka.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index ede0ab1..fd6e399 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -158,7 +158,7 @@
         <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.8.RELEASE</cxf.spring.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.osgi.version>1.2.1</cxf.spring.osgi.version>

Reply via email to