From a35dcb570a7c3dba3c195918a0263e51496cb686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 08:27:01 +0000 Subject: [PATCH] Bump io.netty:netty-codec-http from 4.1.118.Final to 4.1.119.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.118.Final to 4.1.119.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.118.Final...netty-4.1.119.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-type: direct:production update-type: version-update:semver-patch ... 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..a5ce1ba 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.1.119.Final' + testImplementation 'io.netty:netty-codec-http2:4.1.119.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'