From 79784f6d66c8001f433ba2098363a70f15f54ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 18:40:24 +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.73.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.73.Final) --- updated-dependencies: - dependency-name: io.netty:netty-tcnative-boringssl-static dependency-version: 2.0.73.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..2c0bba0a9b1 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.73.Final" } }