Repository: cxf Updated Branches: refs/heads/master 59b526514 -> 53aed2e2e
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/53aed2e2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/53aed2e2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/53aed2e2 Branch: refs/heads/master Commit: 53aed2e2e2954762b1cf3ab275e38b411362f5d2 Parents: 59b5265 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Mar 8 19:21:47 2016 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Mar 8 19:22:28 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/53aed2e2/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index bcad086..bfd0f0c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -142,7 +142,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/53aed2e2/systests/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml index b87f869..5421428 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>
