From 25f37857b4568aa8094bd5f5757d8d5a5982f456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:30:55 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-tcnative-boringssl-static Bumps [io.netty:netty-tcnative-boringssl-static](https://github.com/netty/netty-tcnative) from 2.0.72.Final to 2.0.74.Final. - [Release notes](https://github.com/netty/netty-tcnative/releases) - [Commits](https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.72.Final...netty-tcnative-parent-2.0.74.Final) --- updated-dependencies: - dependency-name: io.netty:netty-tcnative-boringssl-static dependency-version: 2.0.74.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/adservice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adservice/build.gradle b/src/adservice/build.gradle index d8bf2d52965..677cee70323 100644 --- a/src/adservice/build.gradle +++ b/src/adservice/build.gradle @@ -45,7 +45,7 @@ dependencies { runtimeOnly "com.fasterxml.jackson.core:jackson-core:${jacksonCoreVersion}", "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}", - "io.netty:netty-tcnative-boringssl-static:2.0.72.Final" + "io.netty:netty-tcnative-boringssl-static:2.0.74.Final" } }