From d1c9be66a2fccbfed36ac9220e5bf9676c5cc1fd Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer <paul-christian.volkmer@mni.thm.de> Date: Wed, 5 Jun 2013 22:30:36 +0200 Subject: [PATCH] Update Spring dependencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bafdc1011..acd907283 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ <packaging>war</packaging> <properties> - <org.springframework-version>3.2.0.RELEASE</org.springframework-version> - <org.springframework.security-version>3.1.3.RELEASE</org.springframework.security-version> + <org.springframework-version>3.2.3.RELEASE</org.springframework-version> + <org.springframework.security-version>3.1.4.RELEASE</org.springframework.security-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.url>https://scm.thm.de/arsnova</project.url> </properties> -- GitLab