From 8849d54131cb7a170b3374419b9326fc3fdc0e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:12:06 +0000 Subject: [PATCH] Bump io.netty:netty-codec-http from 4.1.129.Final to 4.1.133.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.129.Final to 4.1.133.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.129.Final...netty-4.1.133.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.1.133.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 43b06db..f74dc9c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ allprojects { force("io.netty:netty-codec:4.1.125.Final") // https://github.com/evervault/evervault-android/security/dependabot/26 - force("io.netty:netty-codec-http:4.1.129.Final") + force("io.netty:netty-codec-http:4.1.133.Final") // https://github.com/evervault/evervault-android/security/dependabot/3 force("com.google.android.gms:play-services-basement:18.0.2")