From 1ba4c4bd6a861c9bdba3f1c5bda2f2f7a0a4ec5c Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Tue, 9 Sep 2014 21:39:20 +0200
Subject: [PATCH] Update Maven dependencies

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a35fbc95f..0c35153cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 	<packaging>war</packaging>
 
 	<properties>
-		<org.springframework-version>4.0.6.RELEASE</org.springframework-version>
+		<org.springframework-version>4.0.7.RELEASE</org.springframework-version>
 		<org.springframework.security-version>3.2.4.RELEASE</org.springframework.security-version>
 		<org.springframework.integration-mail-version>4.0.3.RELEASE</org.springframework.integration-mail-version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -320,7 +320,7 @@
 		<dependency>
 			<groupId>de.thm.arsnova.connector</groupId>
 			<artifactId>connector-client</artifactId>
-			<version>0.71.0-SNAPSHOT</version>
+			<version>0.72.0</version>
 		</dependency>
 		<dependency>
 			<groupId>com.jayway.jsonpath</groupId>
-- 
GitLab