Repository: camel Updated Branches: refs/heads/master 17b738049 -> 17f064280
Upgrade Http Core 4 to version 4.4.7 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/17f06428 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/17f06428 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/17f06428 Branch: refs/heads/master Commit: 17f06428022120af18262b0468d792588b448f8a Parents: 17b7380 Author: Andrea Cosentino <[email protected]> Authored: Thu Sep 14 13:47:53 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Thu Sep 14 13:47:53 2017 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/17f06428/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 9a00c41..4b37997 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -297,7 +297,7 @@ <htmlunit-core-js-version>2.23</htmlunit-core-js-version> <htrace-version>3.1.0-incubating</htrace-version> <httpunit-version>1.7</httpunit-version> - <httpcore4-version>4.4.6</httpcore4-version> + <httpcore4-version>4.4.7</httpcore4-version> <httpclient4-version>4.5.3</httpclient4-version> <httpasyncclient-version>4.1.3</httpasyncclient-version> <httpclient-version>3.1</httpclient-version> http://git-wip-us.apache.org/repos/asf/camel/blob/17f06428/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 57d620a..9775b00 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -3117,7 +3117,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-nio</artifactId> - <version>4.4.6</version> + <version>4.4.7</version> </dependency> <dependency> <groupId>org.apache.kafka</groupId>
