From bef520f4b87518a25b21723f16ce314f73570011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:18:46 +0000 Subject: [PATCH] Bump io.netty:netty-codec-http from 4.1.106.Final to 4.1.109.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.106.Final to 4.1.109.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.106.Final...netty-4.1.109.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 10c960c..e6f468d 100644 --- a/build.gradle +++ b/build.gradle @@ -35,8 +35,8 @@ dependencies { implementation 'com.google.protobuf:protobuf-java:3.21.8' - testImplementation 'io.netty:netty-codec-http:4.1.106.Final' - testImplementation 'io.netty:netty-codec-http2:4.1.106.Final' + testImplementation 'io.netty:netty-codec-http:4.1.109.Final' + testImplementation 'io.netty:netty-codec-http2:4.1.109.Final' testImplementation 'com.google.code.gson:gson:2.9.0' testImplementation 'commons-io:commons-io:2.11.0' testImplementation 'org.apache.commons:commons-compress:1.21'