From 2dec935d53c5bed0c3b8e82236e8111a7f0f58fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:34:01 +0000 Subject: [PATCH] chore(deps): bump netty-tcnative-boringssl-static Bumps [netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) from 2.0.20.Final to 2.0.54.Final. - [Release notes](https://github.com/netty/netty-tcnative/releases) - [Commits](https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.20.Final...netty-tcnative-parent-2.0.54.Final) --- updated-dependencies: - dependency-name: io.netty:netty-tcnative-boringssl-static 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 29e3cea..5c8b839 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging' } implementation('org.slf4j:slf4j-api:1.7.36') - runtimeOnly 'io.netty:netty-tcnative-boringssl-static:2.0.20.Final' + runtimeOnly 'io.netty:netty-tcnative-boringssl-static:2.0.54.Final' implementation 'io.grpc:grpc-netty-shaded:1.45.1' implementation 'io.grpc:grpc-protobuf:1.45.1' implementation 'io.grpc:grpc-stub:1.45.1'