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/18 08:08:59 UTC

[cxf] branch 3.2.x-fixes updated: update Spring Security, Spring Boot version

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 07a98ff  update Spring Security, Spring Boot version
07a98ff is described below

commit 07a98ffb1196428dec06fb64b7fd08d679565554
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Thu Oct 18 10:08:37 2018 +0200

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

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 1822eca..0d47dd3 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.16.RELEASE</spring.boot.version>
+        <spring.boot.version>1.5.17.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 4acfc28..0cd6256 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -157,8 +157,8 @@
         <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.20.RELEASE</cxf.spring.version>
-        <cxf.spring.boot.version>1.5.16.RELEASE</cxf.spring.boot.version>
-        <cxf.spring.security.version>4.2.8.RELEASE</cxf.spring.security.version>
+        <cxf.spring.boot.version>1.5.17.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.security.version>4.2.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>