This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 54755ae83e2ee453a7daf8a4c9b5d93f86ff4adc Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 10 13:52:37 2018 +0100 Upgrade Hystrix and related bundle to version 1.5.18 --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 68be5c4..afb5fc2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -309,8 +309,8 @@ <httpclient4-version>4.5.6</httpclient4-version> <httpasyncclient-version>4.1.4</httpasyncclient-version> <httpclient-version>3.1</httpclient-version> - <hystrix-version>1.5.12</hystrix-version> - <hystrix-bundle-version>1.5.12_1</hystrix-bundle-version> + <hystrix-version>1.5.18</hystrix-version> + <hystrix-bundle-version>1.5.18_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>
