Repository: camel Updated Branches: refs/heads/master 6aa251153 -> 13e725975
Upgrade Http Core to version 4.4.8 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/13e72597 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/13e72597 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/13e72597 Branch: refs/heads/master Commit: 13e725975f49716e6bdff7baa5f7e5fb66cf9b33 Parents: 6aa2511 Author: Andrea Cosentino <[email protected]> Authored: Tue Oct 10 09:34:18 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Tue Oct 10 09:34:18 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/13e72597/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index cd87f2d..370ce6e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -301,7 +301,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.7</httpcore4-version> + <httpcore4-version>4.4.8</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/13e72597/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 53c44ff..2eed65c 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 @@ -3137,7 +3137,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-nio</artifactId> - <version>4.4.7</version> + <version>4.4.8</version> </dependency> <dependency> <groupId>org.apache.kafka</groupId>
