diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09336a86215f9216c5ba32ba74d81e47bf095f27..593721a132bd4748d36f74dc1bce3a842389d474 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 2.5.2
+This is a maintenance release which only brings libraries up to date to fix
+potential bugs.
+
 ## 2.5.1
 This release fixes a performance issue on session creation affecting large
 installations.
diff --git a/pom.xml b/pom.xml
index 55a3aa9a9f25e481f44aa2400a5c5811e8d41dbe..6fe549edded48d5a760eeb5c0c5ce4eb4e6142c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,8 @@
 	<packaging>war</packaging>
 
 	<properties>
-		<io.spring.platform-version>Brussels-SR4</io.spring.platform-version>
+		<io.spring.platform-version>Brussels-SR5</io.spring.platform-version>
+		<io.netty-version>4.1.16.Final</io.netty-version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<timestamp>${maven.build.timestamp}</timestamp>
 		<sonar.language>java</sonar.language>
@@ -112,6 +113,13 @@
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>
+			<dependency>
+				<groupId>io.netty</groupId>
+				<artifactId>netty-bom</artifactId>
+				<version>${io.netty-version}</version>
+				<type>pom</type>
+				<scope>import</scope>
+			</dependency>
 		</dependencies>
 	</dependencyManagement>
 
@@ -227,7 +235,7 @@
 		<dependency>
 			<groupId>com.corundumstudio.socketio</groupId>
 			<artifactId>netty-socketio</artifactId>
-			<version>1.7.12</version>
+			<version>1.7.13</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.inject</groupId>
@@ -336,7 +344,7 @@
 			<plugin>
 				<groupId>org.eclipse.jetty</groupId>
 				<artifactId>jetty-maven-plugin</artifactId>
-				<version>9.4.6.v20170531</version>
+				<version>9.4.7.v20170914</version>
 				<configuration>
 					<scanIntervalSeconds>1</scanIntervalSeconds>
 					<webApp>
@@ -457,7 +465,7 @@
 			<plugin>
 				<groupId>pl.project13.maven</groupId>
 				<artifactId>git-commit-id-plugin</artifactId>
-				<version>2.2.2</version>
+				<version>2.2.3</version>
 				<executions>
 					<execution>
 						<goals>