From 0b0204e96bd1c01aa6f07730d3eeead45fa6b507 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Thu, 29 Sep 2016 11:31:02 +0200 Subject: [PATCH] Bump Maven dependencies and plugins --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index cebd778f3..22ce34749 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <packaging>war</packaging> <properties> - <io.spring.platform-version>2.0.8.RELEASE</io.spring.platform-version> + <io.spring.platform-version>Athens-RELEASE</io.spring.platform-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <timestamp>${maven.build.timestamp}</timestamp> <sonar.language>java</sonar.language> @@ -203,8 +203,8 @@ </dependency> <dependency> <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - <version>1.4.7</version> + <artifactId>javax.mail-api</artifactId> + <version>1.5.6</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -355,7 +355,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sonar-maven-plugin</artifactId> - <version>3.0.2</version> + <version>3.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -408,7 +408,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> + <version>3.0</version> </plugin> <plugin> <groupId>com.github.kongchen</groupId> -- GitLab