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 2017/06/22 08:19:51 UTC

cxf git commit: CVE-2017-4995 updated Spring dependencies

Repository: cxf
Updated Branches:
  refs/heads/master 8b5ad0005 -> 8d7bd0e8c


CVE-2017-4995 updated Spring dependencies


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

Branch: refs/heads/master
Commit: 8d7bd0e8c16154a184358b9c18e0f8c8e1ae7dbb
Parents: 8b5ad00
Author: Dennis Kieselhorst <de...@apache.org>
Authored: Thu Jun 22 10:19:38 2017 +0200
Committer: Dennis Kieselhorst <de...@apache.org>
Committed: Thu Jun 22 10:19:38 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/8d7bd0e8/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 404e980..72e85fc 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.3.RELEASE</spring.boot.version>
+        <spring.boot.version>1.5.4.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/8d7bd0e8/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index af0ceee..4711892 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -151,9 +151,9 @@
         <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.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.version>4.3.9.RELEASE</cxf.spring.version>
+        <cxf.spring.boot.version>1.5.4.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.security.version>4.2.3.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>
         <cxf.spring.mock>spring-test</cxf.spring.mock>