File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Demos of [Netty 4.x User Guide](https://github.com/waylau/netty-4-user-guide)
5
5
6
6
涉及的相关技术及版本如下。
7
7
8
- * Netty 4.1.49 .Final
8
+ * Netty 4.1.52 .Final
9
9
* Jackson 2.10.1
10
10
* JUnit 5.5.2
11
11
@@ -34,4 +34,6 @@ Demos of [Netty 4.x User Guide](https://github.com/waylau/netty-4-user-guide)
34
34
* [ 基于HTTP的Web服务器] ( netty4-demos/src/main/java/com/waylau/java/demo/httpserver )
35
35
* [ 基于HTTP/2的Web服务器和客户端] ( netty4-demos/src/main/java/com/waylau/java/demo/http2 )
36
36
* [ 基于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 )
37
39
* 陆续整理中...
Original file line number Diff line number Diff line change 15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<maven .compiler.source>1.8</maven .compiler.source>
17
17
<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>
19
19
<jackson .core.version>2.10.1</jackson .core.version>
20
20
<junit .jupiter.version>5.5.2</junit .jupiter.version>
21
21
</properties >
You can’t perform that action at this time.
0 commit comments