diff --git a/CHANGELOG.md b/CHANGELOG.md index 0916eeb1ce9c24c179676c813ca04a3ad4041f2e..19c6d73f7c176c91265bf7efd3130c683808c83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.7 +This is a maintenance release which only brings libraries up to date to fix +potential bugs. + ## 2.5.6 This is a maintenance release which only brings libraries up to date to fix potential bugs. diff --git a/pom.xml b/pom.xml index ee08963e3470a66a52c6c645198b225ef03096d2..0e300926243b9c5fba34d1c292f72ddf94463a58 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <packaging>war</packaging> <properties> - <io.spring.platform-version>Brussels-SR10</io.spring.platform-version> + <io.spring.platform-version>Brussels-SR11</io.spring.platform-version> <io.netty-version>4.1.25.Final</io.netty-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <timestamp>${maven.build.timestamp}</timestamp> @@ -183,7 +183,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> - <version>3.2.6</version> + <version>3.2.7</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -299,7 +299,7 @@ <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> - <version>1.5.19</version> + <version>1.5.20</version> </dependency> <dependency> <groupId>com.codahale.metrics</groupId> @@ -344,7 +344,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.4.10.v20180503</version> + <version>9.4.11.v20180605</version> <configuration> <scanIntervalSeconds>1</scanIntervalSeconds> <webApp> @@ -374,7 +374,7 @@ <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> - <version>3.4.0.905</version> + <version>3.4.1.1168</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -422,7 +422,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </plugin> <plugin> <groupId>com.github.kongchen</groupId>