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

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


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new 025973a  update Spring Boot version
025973a is described below

commit 025973a32bd15a498562b05a7b379e20b7ac5123
Author: Dennis Kieselhorst <m...@dekies.de>
AuthorDate: Fri Aug 3 11:02:37 2018 +0200

    update Spring Boot 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 93809ce..292a970 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.14.RELEASE</spring.boot.version>
+        <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
         
<spring.cloud.eureka.version>1.3.4.RELEASE</spring.cloud.eureka.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index 9e5e78b..a5830d7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -157,7 +157,7 @@
         <cxf.slf4j.version>1.7.25</cxf.slf4j.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
         <cxf.spring.version>4.3.18.RELEASE</cxf.spring.version>
-        <cxf.spring.boot.version>1.5.14.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.boot.version>1.5.15.RELEASE</cxf.spring.boot.version>
         
<cxf.spring.security.version>4.2.7.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>

Reply via email to