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

Merge branch '2.5' into 2.x

parents 50994aca 79d67cc3
Branches
Tags
No related merge requests found
Pipeline #12293 passed with stages
in 2 minutes and 58 seconds
# Changelog
## 2.5.4
This is a maintenance release which only brings libraries up to date to fix
potential bugs.
## 2.5.3
This is a maintenance release which only brings libraries up to date to fix
potential bugs.
......
......@@ -7,8 +7,8 @@
<packaging>war</packaging>
<properties>
<io.spring.platform-version>Brussels-SR6</io.spring.platform-version>
<io.netty-version>4.1.19.Final</io.netty-version>
<io.spring.platform-version>Brussels-SR7</io.spring.platform-version>
<io.netty-version>4.1.21.Final</io.netty-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>${maven.build.timestamp}</timestamp>
<sonar.language>java</sonar.language>
......@@ -183,7 +183,7 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
......@@ -299,7 +299,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.17</version>
<version>1.5.18</version>
</dependency>
<dependency>
<groupId>com.codahale.metrics</groupId>
......
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