Repository: camel Updated Branches: refs/heads/master d0d6183e7 -> bd42ce4bb
upgrade Spring Security 3.1.7.RELEASE to 3.2.5.RELEASE Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bd42ce4b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bd42ce4b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bd42ce4b Branch: refs/heads/master Commit: bd42ce4bb43a32831059bfcb80b8a6103a5ad5a9 Parents: d0d6183 Author: cmueller <[email protected]> Authored: Sun Sep 14 15:07:15 2014 +0200 Committer: cmueller <[email protected]> Committed: Sun Sep 14 15:07:15 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bd42ce4b/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 93c11e7..eaba90c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -411,7 +411,7 @@ <spring32-version>3.2.11.RELEASE</spring32-version> <spring4-version>4.0.7.RELEASE</spring4-version> <spring-osgi-version>1.2.1</spring-osgi-version> - <spring-security-version>3.1.7.RELEASE</spring-security-version> + <spring-security-version>3.2.5.RELEASE</spring-security-version> <spring-ws-version>2.1.4.RELEASE</spring-ws-version> <spymemcached-bundle-version>2.5_2</spymemcached-bundle-version> <!-- FIXME cmueller: not in sync! --> <spymemcached-version>2.8.4</spymemcached-version>
