From 2f526ff3a6201008b1a47b01b1af8b9a803f2a2e Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Sat, 1 Aug 2015 13:46:26 +0200 Subject: [PATCH] Bump Spring projects This upgrades Spring Framework to version 4.2. See http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#new-in-4.2. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a2002b3d2..57cbf4030 100644 --- a/pom.xml +++ b/pom.xml @@ -7,9 +7,9 @@ <packaging>war</packaging> <properties> - <org.springframework-version>4.1.6.RELEASE</org.springframework-version> - <org.springframework.security-version>4.0.1.RELEASE</org.springframework.security-version> - <org.springframework.integration-mail-version>4.1.5.RELEASE</org.springframework.integration-mail-version> + <org.springframework-version>4.2.0.RELEASE</org.springframework-version> + <org.springframework.security-version>4.0.2.RELEASE</org.springframework.security-version> + <org.springframework.integration-mail-version>4.1.6.RELEASE</org.springframework.integration-mail-version> <com.fasterxml.jackson-version>2.5.4</com.fasterxml.jackson-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.url>https://scm.thm.de/arsnova</project.url> -- GitLab