From 464c74036295aa7480837f079bdb6d283a22e60e Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Wed, 11 May 2016 15:55:44 +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 52f4a344d..38f7cb635 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <packaging>war</packaging> <properties> - <io.spring.platform-version>2.0.3.RELEASE</io.spring.platform-version> + <io.spring.platform-version>2.0.4.RELEASE</io.spring.platform-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <timestamp>${maven.build.timestamp}</timestamp> <sonar.language>java</sonar.language> @@ -177,7 +177,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -325,7 +325,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.2.15.v20160210</version> + <version>9.2.16.v20160414</version> <configuration> <scanIntervalSeconds>1</scanIntervalSeconds> <webApp> @@ -347,7 +347,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.5</version> + <version>3.5.1</version> <configuration> <locales>en</locales> </configuration> @@ -355,7 +355,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sonar-maven-plugin</artifactId> - <version>3.0.1</version> + <version>3.0.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- GitLab