From 80298dfbd26f6d6b6f2aba04b2aacd77aa29c156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:27:21 +0000 Subject: [PATCH] Bump io.netty:netty-codec-http2 from 4.2.0.RC3 to 5.0.0.Alpha2 Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 4.2.0.RC3 to 5.0.0.Alpha2. - [Commits](https://github.com/netty/netty/compare/netty-4.2.0.RC3...netty-5.0.0.Alpha2) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http2 dependency-version: 5.0.0.Alpha2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 88a57dd..eadbc85 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ dependencies { }) constraints { - implementation "io.netty:netty-codec-http2:4.2.0.RC3" + implementation "io.netty:netty-codec-http2:5.0.0.Alpha2" } }