Merge pull request #207 from foxinmy/dependabot/maven/weixin4j-server/io.netty-netty-codec-http-4.1.59.Final

Bump netty-codec-http from 4.1.42.Final to 4.1.59.Final in /weixin4j-server
This commit is contained in:
Sutra Zhou 2021-02-09 12:25:29 +08:00 committed by GitHub
commit 6a868e226a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.42.Final</version>
<version>4.1.59.Final</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>