From 7a64d074e8a6ee3421660c215054035158f0a17f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:31:47 +0000 Subject: [PATCH] chore(gradle): bump io.netty:netty-tcnative-boringssl-static Bumps [io.netty:netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) from 2.0.61.Final to 2.0.66.Final. - [Release notes](https://github.com/netty/netty-tcnative/releases) - [Commits](https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.61.Final...netty-tcnative-parent-2.0.66.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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9e2276b24df..cd76c97f5c3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ autoservice = "1.1.1" avro = "1.12.0" awssdk = "2.24.5" # See dependency matrix for particular gRPC versions at https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty -boringssl = "2.0.61.Final" +boringssl = "2.0.66.Final" calcite = "1.38.0" classgraph = "4.8.177" commons-compress = "1.27.1"