From 9327ad403e7842c977fcffb7ba05ada9eb39739e Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Thu, 17 Aug 2017 14:02:14 +0200 Subject: [PATCH] Bump Maven dependencies and plugins --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d1eec0cc8..000c576eb 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <packaging>war</packaging> <properties> - <io.spring.platform-version>Brussels-SR2</io.spring.platform-version> + <io.spring.platform-version>Brussels-SR4</io.spring.platform-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <timestamp>${maven.build.timestamp}</timestamp> <sonar.language>java</sonar.language> @@ -288,7 +288,7 @@ <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> - <version>1.5.13</version> + <version>1.5.16</version> </dependency> <dependency> <groupId>com.codahale.metrics</groupId> @@ -298,7 +298,7 @@ <dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> - <version>2.1.11</version> + <version>2.1.14</version> </dependency> </dependencies> @@ -324,7 +324,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.6.1</version> + <version>3.6.2</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -333,7 +333,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.4.5.v20170502</version> + <version>9.4.6.v20170531</version> <configuration> <scanIntervalSeconds>1</scanIntervalSeconds> <webApp> @@ -416,7 +416,7 @@ <plugin> <groupId>com.github.kongchen</groupId> <artifactId>swagger-maven-plugin</artifactId> - <version>3.1.4</version> + <version>3.1.5</version> <configuration> <apiSources> <apiSource> -- GitLab