From 48fd29e8b012070f3db86471257149b76afde11d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:38:53 +0000 Subject: [PATCH] Bump io.netty:netty-tcnative-boringssl-static Bumps [io.netty:netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) from 2.0.70.Final to 2.0.83.Final. - [Release notes](https://github.com/netty/netty-tcnative/releases) - [Commits](https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.70.Final...netty-tcnative-parent-2.0.83.Final) --- updated-dependencies: - dependency-name: io.netty:netty-tcnative-boringssl-static dependency-version: 2.0.83.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 90ebe08..4e60951 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ def passkitSdkVersion = '1.1.160' // Be careful to match grpc versions with netty. // See https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty def grpcVersion = '1.83.1' -def nettyTcNativeVersion = '2.0.70.Final' +def nettyTcNativeVersion = '2.0.83.Final' test { useJUnit()