From b8dcc21fdf5b312a859b0c8a9cf8e2772058e0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:38:13 +0000 Subject: [PATCH] Build(deps): Bump io.netty:netty-codec-http2 in /shared Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 4.2.6.Final to 4.2.12.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.6.Final...netty-4.2.12.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.2.12.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- shared/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/build.gradle b/shared/build.gradle index 99eec9fb..5e6caeba 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -10,8 +10,8 @@ buildscript { dependencies { // https://github.com/mtransitapps/commons/security/dependabot // fix netty vulnerability in Android Gradle Plugin - classpath("io.netty:netty-codec-http2:4.2.6.Final") - classpath("io.netty:netty-handler:4.2.6.Final") + classpath("io.netty:netty-codec-http2:4.2.12.Final") + classpath("io.netty:netty-handler:4.2.12.Final") // fix JDOM vulnerability in Android Gradle Plugin classpath("org.jdom:jdom2:2.0.6.1") }