I think this is the one you are looking for: https://github.com/jclouds/jclouds/pull/413
2014-06-19 16:48 GMT+02:00 Everett Toews <everett.to...@rackspace.com>: > Where’s the pull request for this? > > Everett > > > On Jun 18, 2014, at 9:50 PM, g...@apache.org wrote: > > > Repository: jclouds > > Updated Branches: > > refs/heads/master 1982626cd -> ad56db2a4 > > > > > > Upgrade to OkHttp 1.6.0 > > > > This upgrades both drivers/okhttp and mockwebserver. Changelog: > > > > https://github.com/square/okhttp/blob/master/CHANGELOG.md > > > > > > Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo > > Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/ad56db2a > > Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/ad56db2a > > Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/ad56db2a > > > > Branch: refs/heads/master > > Commit: ad56db2a4d6ac4c3b7b126ba4303ab6e0c1f8b5e > > Parents: 1982626 > > Author: Andrew Gaul <g...@apache.org> > > Authored: Wed Jun 18 19:41:46 2014 -0700 > > Committer: Andrew Gaul <g...@apache.org> > > Committed: Wed Jun 18 19:49:50 2014 -0700 > > > > ---------------------------------------------------------------------- > > project/pom.xml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > ---------------------------------------------------------------------- > > > > > > > http://git-wip-us.apache.org/repos/asf/jclouds/blob/ad56db2a/project/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/project/pom.xml b/project/pom.xml > > index 2d3b651..4b259d0 100644 > > --- a/project/pom.xml > > +++ b/project/pom.xml > > @@ -201,7 +201,7 @@ > > > <jclouds.test.listener>org.jclouds.test.testng.UnitTestStatusListener</jclouds.test.listener> > > <test.ssh.keyfile /> > > > <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> > > - <okhttp.version>1.3.0</okhttp.version> > > + <okhttp.version>1.6.0</okhttp.version> > > <surefire.version>2.17</surefire.version> > > </properties> > > > > > >