Repository: camel
Updated Branches:
refs/heads/master 274f36411 -> 6f0c9e6bd
Upgrade Hystrix and related bundles to version 1.5.9
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/32e06865
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/32e06865
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/32e06865
Branch: refs/heads/master
Commit: 32e068657137acd012cbd57067c95efe26ceb6a4
Parents: 274f364
Author: Andrea Cosentino <ancosen@gmail.com>
Authored: Fri Jan 6 11:13:01 2017 +0100
Committer: Andrea Cosentino <ancosen@gmail.com>
Committed: Fri Jan 6 11:13:01 2017 +0100
----------------------------------------------------------------------
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/camel/blob/32e06865/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 221a105..f20d52c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -263,8 +263,8 @@
<httpclient4-version>4.5.2</httpclient4-version>
<httpasyncclient-version>4.1.2</httpasyncclient-version>
<httpclient-version>3.1</httpclient-version>
- <hystrix-version>1.5.8</hystrix-version>
- <hystrix-bundle-version>1.5.6_1</hystrix-bundle-version>
+ <hystrix-version>1.5.9</hystrix-version>
+ <hystrix-bundle-version>1.5.9_1</hystrix-bundle-version>
<ibatis-bundle-version>2.3.4.726_4</ibatis-bundle-version>
<ibatis-version>2.3.4.726</ibatis-version>
<ical4j-version>1.0.7</ical4j-version>
|