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

Bump Maven dependencies and plugins

parent b6159dd7
Branches
Tags
No related merge requests found
Pipeline #7481 passed with stages
in 3 minutes and 55 seconds
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
<dependency> <dependency>
<groupId>io.swagger</groupId> <groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId> <artifactId>swagger-annotations</artifactId>
<version>1.5.10</version> <version>1.5.12</version>
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -325,7 +325,7 @@ ...@@ -325,7 +325,7 @@
<plugin> <plugin>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId> <artifactId>jetty-maven-plugin</artifactId>
<version>9.2.19.v20160908</version> <version>9.2.20.v20161216</version>
<configuration> <configuration>
<scanIntervalSeconds>1</scanIntervalSeconds> <scanIntervalSeconds>1</scanIntervalSeconds>
<webApp> <webApp>
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</version> <version>0.7.8</version>
<executions> <executions>
<execution> <execution>
<id>default-prepare-agent</id> <id>default-prepare-agent</id>
...@@ -451,7 +451,7 @@ ...@@ -451,7 +451,7 @@
<plugin> <plugin>
<groupId>pl.project13.maven</groupId> <groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId> <artifactId>git-commit-id-plugin</artifactId>
<version>2.2.1</version> <version>2.2.2</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
......
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