Skip to content
Snippets Groups Projects
Commit 98b6f6d7 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Update Maven dependencies and plugins

parent a0a7eb27
No related merge requests found
......@@ -8,8 +8,8 @@
<properties>
<org.springframework-version>4.0.9.RELEASE</org.springframework-version>
<org.springframework.security-version>3.2.6.RELEASE</org.springframework.security-version>
<org.springframework.integration-mail-version>4.0.6.RELEASE</org.springframework.integration-mail-version>
<org.springframework.security-version>3.2.7.RELEASE</org.springframework.security-version>
<org.springframework.integration-mail-version>4.0.7.RELEASE</org.springframework.integration-mail-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.url>https://scm.thm.de/arsnova</project.url>
<sonar.language>java</sonar.language>
......@@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.2</version>
<version>2.10.3</version>
<configuration></configuration>
</plugin>
</plugins>
......@@ -199,12 +199,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.10</version>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.10</version>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
......@@ -272,7 +272,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.5</version>
<version>2.4.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
......@@ -341,7 +341,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<version>3.3</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
......@@ -414,7 +414,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.14</version>
<version>2.15</version>
<configuration>
<configLocation>ARSnova-checkstyle-checker.xml</configLocation>
</configuration>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment