From 19ef85358a43df388a781207655b1316b7379fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 08:33:41 +0000 Subject: [PATCH] Bump io.netty:netty-codec-http from 4.1.118.Final to 4.2.1.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.118.Final to 4.2.1.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.118.Final...netty-4.2.1.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.1.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3aa897e..24c7d84 100644 --- a/build.gradle +++ b/build.gradle @@ -37,8 +37,8 @@ dependencies { implementation 'com.google.protobuf:protobuf-java:4.29.3' - testImplementation 'io.netty:netty-codec-http:4.1.118.Final' - testImplementation 'io.netty:netty-codec-http2:4.1.118.Final' + testImplementation 'io.netty:netty-codec-http:4.2.1.Final' + testImplementation 'io.netty:netty-codec-http2:4.2.1.Final' testImplementation 'com.google.code.gson:gson:2.12.1' testImplementation 'commons-io:commons-io:2.18.0' testImplementation 'org.apache.commons:commons-compress:1.27.1'