From abdc409a17fe302169bbf70cdcb117ee8dd3a9ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 06:07:37 +0000 Subject: [PATCH] Bump io.netty dependency set from 4.1.60.Final to 4.1.62.Final Bumps `io.netty` dependency set from 4.1.60.Final to 4.1.62.Final. Updates `netty-buffer` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-codec` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-codec-http` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-codec-http2` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-codec-socks` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-common` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-handler` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-handler-proxy` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-resolver` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-transport` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-transport-native-epoll` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-transport-native-kqueue` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Updates `netty-transport-native-unix-common` from 4.1.60.Final to 4.1.62.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.60.Final...netty-4.1.62.Final) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0fb6b6f3..cff028cc 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencyManagement { dependencies { dependency group: 'com.squareup.retrofit2', name: 'adapter-rxjava', version: '2.9.0' //avoid CVE-2021-21290 - dependencySet(group: 'io.netty', version: '4.1.60.Final') { + dependencySet(group: 'io.netty', version: '4.1.62.Final') { entry 'netty-buffer' entry 'netty-codec' entry 'netty-codec-http'