Repository: cxf
Updated Branches:
refs/heads/3.1.x-fixes 078b229a3 -> 6f7bfef95
Update Spring + Tomcat versions
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/6f7bfef9
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6f7bfef9
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6f7bfef9
Branch: refs/heads/3.1.x-fixes
Commit: 6f7bfef950da7c4e629c4b3d4fecbdecdc03bbd9
Parents: 078b229
Author: Colm O hEigeartaigh <coheigea@apache.org>
Authored: Tue Mar 8 19:21:47 2016 +0000
Committer: Colm O hEigeartaigh <coheigea@apache.org>
Committed: Tue Mar 8 19:23:52 2016 +0000
----------------------------------------------------------------------
parent/pom.xml | 2 +-
systests/cdi/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cxf/blob/6f7bfef9/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index bcaa53a..8269df4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -140,7 +140,7 @@
<cxf.servlet-api-2.5.version>1.1.2</cxf.servlet-api-2.5.version>
<cxf.slf4j.version>1.7.14</cxf.slf4j.version>
<cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
- <cxf.spring.version>4.1.7.RELEASE</cxf.spring.version>
+ <cxf.spring.version>4.1.8.RELEASE</cxf.spring.version>
<cxf.spring.security.version>3.2.8.RELEASE</cxf.spring.security.version>
<cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
<cxf.spring.ldap.version>1.3.1.RELEASE</cxf.spring.ldap.version>
http://git-wip-us.apache.org/repos/asf/cxf/blob/6f7bfef9/systests/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml
index f61aa15..2036c4a 100644
--- a/systests/cdi/pom.xml
+++ b/systests/cdi/pom.xml
@@ -35,7 +35,7 @@
<cxf.glassfish.el.version>3.0-b01</cxf.glassfish.el.version>
<cxf.surefire.fork.vmargs>-XX:MaxPermSize=192m</cxf.surefire.fork.vmargs>
<cxf.server.launcher.vmargs>-XX:MaxPermSize=192m</cxf.server.launcher.vmargs>
- <cxf.tomcat.version>8.0.28</cxf.tomcat.version>
+ <cxf.tomcat.version>8.0.32</cxf.tomcat.version>
</properties>
<dependencies>
<dependency>
|