Bump netty.version from 4.1.51.Final to 4.1.52.Final (#1459)

Bumps `netty.version` from 4.1.51.Final to 4.1.52.Final.

Updates `netty-handler` from 4.1.51.Final to 4.1.52.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.1.51.Final...netty-4.1.52.Final)

Updates `netty-codec-http` from 4.1.51.Final to 4.1.52.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.1.51.Final...netty-4.1.52.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-09 10:10:12 +01:00 committed by GitHub
parent cd3964720e
commit a79a09c9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip> <!-- no need to be deployed during release, this is a test-only module -->
<jackson.version>2.11.1</jackson.version>
<netty.version>4.1.51.Final</netty.version>
<netty.version>4.1.52.Final</netty.version>
</properties>
<dependencies>