From 2042db9b3f9ac0818a8db1ad33d590a9e01542e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:25:02 +0000 Subject: [PATCH] Update dependency io.netty:netty-bom to v4.1.118.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a0d4f6b..6b6267d 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val beamVersion = "2.62.0" val guavaVersion = "33.4.0-jre" val jacksonVersion = "2.18.2" val magnolifyVersion = "0.7.4" -val nettyVersion = "4.1.117.Final" +val nettyVersion = "4.1.118.Final" val slf4jVersion = "2.0.16" val gcpLibrariesVersion = "26.54.0"