From dac0c799065dfe4c8e2f21cc3a4b8490a19c62ea Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Mon, 25 Aug 2014 20:09:38 +0200 Subject: [PATCH] Update Maven dependencies and plugins Fixes memory leak in netty-socketio. --- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 7b2955490..5658a2ced 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <packaging>war</packaging> <properties> - <org.springframework-version>4.0.5.RELEASE</org.springframework-version> + <org.springframework-version>4.0.6.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> @@ -205,17 +205,17 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.6.6</version> + <version>1.7.7</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.6.6</version> + <version>1.7.7</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> + <version>1.2.17</version> </dependency> <dependency> <groupId>couchdb4j</groupId> @@ -267,7 +267,7 @@ <dependency> <groupId>com.corundumstudio.socketio</groupId> <artifactId>netty-socketio</artifactId> - <version>1.7.1</version> + <version>1.7.2</version> </dependency> <dependency> <groupId>javax.inject</groupId> @@ -278,7 +278,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.2.2</version> + <version>2.4.2</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -303,7 +303,7 @@ <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> - <version>2.25.0</version> + <version>2.42.2</version> <scope>test</scope> </dependency> <dependency> @@ -315,7 +315,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.3</version> + <version>4.3.5</version> </dependency> <dependency> <groupId>de.thm.arsnova.connector</groupId> @@ -347,7 +347,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> + <version>3.1</version> <configuration> <source>1.7</source> <target>1.7</target> @@ -356,7 +356,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.2.1.v20140609</version> + <version>9.2.2.v20140723</version> <configuration> <scanIntervalSeconds>1</scanIntervalSeconds> <webApp> @@ -385,7 +385,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> + <version>3.4</version> <configuration> <locales>en</locales> </configuration> @@ -393,7 +393,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12.2</version> + <version>2.17</version> <configuration> <excludes> <exclude>**/Selenium*.java</exclude> @@ -438,7 +438,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> </plugin> </plugins> </build> -- GitLab