diff --git a/README.md b/README.md index 59b4dbf1..6e8ebe2a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ Recent Releases ================================ #### Please Note: trunk is current development branch. +#### 24-Jan-2024 - version 2.0.8 released + +Fixed - possible OOM caused by attachments parsing + #### 23-Jan-2024 - version 2.0.7 released Github Actions support made by @liangyuanpeng diff --git a/pom.xml b/pom.xml index 7e0a9730..4730c963 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.corundumstudio.socketio netty-socketio - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT bundle NettySocketIO Socket.IO server implemented on Java @@ -49,7 +49,7 @@ true UTF-8 - 4.1.100.Final + 4.1.105.Final 11 @@ -193,25 +193,25 @@ com.fasterxml.jackson.core jackson-core - 2.15.0 + 2.16.1 com.fasterxml.jackson.core jackson-databind - 2.15.0 + 2.16.1 org.springframework spring-beans - 5.3.27 + 6.0.15 provided org.springframework spring-core - 5.3.27 + 6.0.15 commons-logging @@ -225,7 +225,7 @@ org.redisson redisson - 3.24.3 + 3.26.0 provided