From da649bf36968659d578593fccd48784e766809f1 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer <paul-christian.volkmer@mni.thm.de> Date: Wed, 18 Dec 2013 19:48:28 +0100 Subject: [PATCH] Update Spring Security to Spring 3.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f8f9f5c0b..8d26a1dc2 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <properties> <org.springframework-version>4.0.0.RELEASE</org.springframework-version> - <org.springframework.security-version>3.1.4.RELEASE</org.springframework.security-version> + <org.springframework.security-version>3.2.0.RELEASE</org.springframework.security-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.url>https://scm.thm.de/arsnova</project.url> </properties> -- GitLab