Repository: activemq Updated Branches: refs/heads/activemq-5.11.x 09d7599bd -> 7d9140f13
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/df9b18db Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/df9b18db Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/df9b18db Branch: refs/heads/activemq-5.11.x Commit: df9b18db8a13f84aefc7c883f31a00406497d241 Parents: 09d7599 Author: Daniel Kulp <[email protected]> Authored: Wed Feb 3 13:02:08 2016 -0500 Committer: Daniel Kulp <[email protected]> Committed: Wed Feb 3 14:06:47 2016 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/df9b18db/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 26b8037..00cdb50 100755 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,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>
