From 6ee2fa550d1bfdced9eddd47c4b10ada74e6ab50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:17:45 +0000 Subject: [PATCH] chore(deps): Bump netty-handler from 4.1.59.Final to 4.1.60.Final Bumps [netty-handler](https://github.com/netty/netty) from 4.1.59.Final to 4.1.60.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.59.Final...netty-4.1.60.Final) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 81718a1f..abd002a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -143,7 +143,7 @@ dependencies { androidTestImplementation "tech.relaycorp:relaynet-testing:$relaynetTestingVersion" // Android TLS support for Netty - implementation "io.netty:netty-handler:4.1.59.Final" + implementation "io.netty:netty-handler:4.1.60.Final" implementation 'org.conscrypt:conscrypt-android:2.5.1' // Local and Internet-based Parcel Delivery Connections (PDCs)