Repository: cxf Updated Branches: refs/heads/master bf3d1faa9 -> 5bc8c0c41
Latest jetty and http components Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5bc8c0c4 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5bc8c0c4 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5bc8c0c4 Branch: refs/heads/master Commit: 5bc8c0c41e3cef645ee6c7a1587d19e844fc7e4c Parents: bf3d1fa Author: Daniel Kulp <[email protected]> Authored: Tue May 19 15:46:59 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue May 19 15:46:59 2015 -0400 ---------------------------------------------------------------------- parent/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/5bc8c0c4/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 23cf8f3..fa59f71 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -79,16 +79,16 @@ <cxf.commons-collections.version>3.2.1</cxf.commons-collections.version> <cxf.commons-lang.version>2.6</cxf.commons-lang.version> <cxf.derby.version>10.2.2.0</cxf.derby.version> - <cxf.dropwizard.version>3.1.0</cxf.dropwizard.version> + <cxf.dropwizard.version>3.1.2</cxf.dropwizard.version> <cxf.ehcache.version>2.9.0</cxf.ehcache.version> <cxf.fastinfoset.bundle.version>1.2.13_1</cxf.fastinfoset.bundle.version> <cxf.guava.version>18.0</cxf.guava.version> <cxf.hazelcast.version>1.9.4</cxf.hazelcast.version> - <cxf.httpcomponents.asyncclient.version>4.0.2</cxf.httpcomponents.asyncclient.version> - <cxf.httpcomponents.asyncclient.version.range>[4.0,4.1)</cxf.httpcomponents.asyncclient.version.range> - <cxf.httpcomponents.client.version>4.3.5</cxf.httpcomponents.client.version> - <cxf.httpcomponents.core.version>4.3.3</cxf.httpcomponents.core.version> - <cxf.httpcomponents.core.version.range>[4.3,4.4.0)</cxf.httpcomponents.core.version.range> + <cxf.httpcomponents.asyncclient.version>4.1</cxf.httpcomponents.asyncclient.version> + <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range> + <cxf.httpcomponents.client.version>4.4.1</cxf.httpcomponents.client.version> + <cxf.httpcomponents.core.version>4.4.1</cxf.httpcomponents.core.version> + <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range> <cxf.jackson.version>2.4.1</cxf.jackson.version> <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version> <cxf.logback.classic.version>1.0.13</cxf.logback.classic.version> @@ -111,8 +111,8 @@ <cxf.joda.time.version>2.7</cxf.joda.time.version> <cxf.jdom.version>1.0</cxf.jdom.version> <cxf.jettison.version>1.3.7</cxf.jettison.version> - <cxf.jetty8.version>8.1.15.v20140411</cxf.jetty8.version> - <cxf.jetty9.version>9.2.9.v20150224</cxf.jetty9.version> + <cxf.jetty8.version>8.1.17.v20150415</cxf.jetty8.version> + <cxf.jetty9.version>9.2.10.v20150310</cxf.jetty9.version> <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version> <cxf.jetty.osgi.version>[8.1,10)</cxf.jetty.osgi.version> <cxf.jibx.version>1.2.6</cxf.jibx.version>
