Skip to content

Commit a1ed1ea

Browse files
committed
update to Netty 4.1.52.Final
1 parent 2cf07b5 commit a1ed1ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Demos of [Netty 4.x User Guide](https://github.com/waylau/netty-4-user-guide)
55

66
涉及的相关技术及版本如下。
77

8-
* Netty 4.1.49.Final
8+
* Netty 4.1.52.Final
99
* Jackson 2.10.1
1010
* JUnit 5.5.2
1111

@@ -34,4 +34,6 @@ Demos of [Netty 4.x User Guide](https://github.com/waylau/netty-4-user-guide)
3434
* [基于HTTP的Web服务器](netty4-demos/src/main/java/com/waylau/java/demo/httpserver)
3535
* [基于HTTP/2的Web服务器和客户端](netty4-demos/src/main/java/com/waylau/java/demo/http2)
3636
* [基于WebSocket的聊天室](netty4-demos/src/main/java/com/waylau/java/demo/websocketchat)
37+
* [lite-monitoring](https://github.com/waylau/lite-monitoring)
38+
* [lite-monitoring-ui](https://github.com/waylau/lite-monitoring-ui)
3739
* 陆续整理中...

netty4-demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<maven.compiler.source>1.8</maven.compiler.source>
1717
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
18-
<netty-all.version>4.1.49.Final</netty-all.version>
18+
<netty-all.version>4.1.52.Final</netty-all.version>
1919
<jackson.core.version>2.10.1</jackson.core.version>
2020
<junit.jupiter.version>5.5.2</junit.jupiter.version>
2121
</properties>

0 commit comments

Comments
 (0)