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

Bump Maven dependencies and plugins

parent c721efca
Branches
No related merge requests found
Pipeline #24862 failed with stages
in 2 minutes and 13 seconds
......@@ -7,8 +7,8 @@
<packaging>war</packaging>
<properties>
<io.spring.platform-version>Brussels-SR16</io.spring.platform-version>
<io.netty-version>4.1.33.Final</io.netty-version>
<io.spring.platform-version>Brussels-SR17</io.spring.platform-version>
<io.netty-version>4.1.34.Final</io.netty-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>${maven.build.timestamp}</timestamp>
<sonar.language>java</sonar.language>
......@@ -296,7 +296,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.21</version>
<version>1.5.22</version>
</dependency>
<dependency>
<groupId>com.codahale.metrics</groupId>
......@@ -341,7 +341,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.14.v20181114</version>
<version>9.4.15.v20190215</version>
<configuration>
<scanIntervalSeconds>1</scanIntervalSeconds>
<webApp>
......
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