AMQ-7027 - Dependency updates Update httpclient, httpcore, and spring
(cherry picked from commit 79f66a3dc529c8a8ae84320353ad61358986c6fe) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d4049bb3 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d4049bb3 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d4049bb3 Branch: refs/heads/activemq-5.15.x Commit: d4049bb3731d5981186a211f121271b109082894 Parents: 58008cb Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Thu Aug 2 09:20:28 2018 -0400 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Thu Aug 2 09:22:07 2018 -0400 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/d4049bb3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8047749..02481fd 100644 --- a/pom.xml +++ b/pom.xml @@ -69,8 +69,8 @@ <hawtdispatch-version>1.22</hawtdispatch-version> <howl-version>0.1.8</howl-version> <hsqldb-version>1.8.0.12</hsqldb-version> - <httpclient-version>4.5.3</httpclient-version> - <httpcore-version>4.4.6</httpcore-version> + <httpclient-version>4.5.6</httpclient-version> + <httpcore-version>4.4.10</httpcore-version> <insight-version>1.2.0.Beta4</insight-version> <jackson-version>2.9.6</jackson-version> <jasypt-version>1.9.2</jasypt-version> @@ -119,7 +119,7 @@ <scalatest-version>2.1.5</scalatest-version> <slf4j-version>1.7.25</slf4j-version> <snappy-version>1.1.2</snappy-version> - <spring-version>4.3.17.RELEASE</spring-version> + <spring-version>4.3.18.RELEASE</spring-version> <stax2-api-version>3.0.2</stax2-api-version> <taglibs-version>1.2.5</taglibs-version> <velocity-version>1.7</velocity-version>
