Repository: activemq Updated Branches: refs/heads/activemq-5.12.x 30ad62947 -> 258faf934
Update spring version to latest on the branch Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/258faf93 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/258faf93 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/258faf93 Branch: refs/heads/activemq-5.12.x Commit: 258faf934eff160551fc5a0a4f72d953cf909bd5 Parents: 30ad629 Author: Daniel Kulp <[email protected]> Authored: Wed Feb 3 13:02:08 2016 -0500 Committer: Daniel Kulp <[email protected]> Committed: Wed Feb 3 13:02:08 2016 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/258faf93/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f63741e..fbdf545 100755 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ <scalatest-version>2.1.5</scalatest-version> <slf4j-version>1.7.10</slf4j-version> <snappy-version>1.1.0.1</snappy-version> - <spring-version>3.2.11.RELEASE</spring-version> + <spring-version>3.2.16.RELEASE</spring-version> <spring-osgi-version>1.2.1</spring-osgi-version> <stax2-api-version>3.0.2</stax2-api-version> <velocity-version>1.7</velocity-version>
