From e5ff01a812b0221c581897bfce624e18c2a323cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:39:03 +0000 Subject: [PATCH] Update dependency io.netty:netty-bom to v4.1.119.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e2cdbee..a600e0e 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val beamVersion = "2.63.0" val guavaVersion = "33.4.0-jre" val jacksonVersion = "2.18.2" val magnolifyVersion = "0.8.0" -val nettyVersion = "4.1.118.Final" +val nettyVersion = "4.1.119.Final" val slf4jVersion = "2.0.16" val gcpLibrariesVersion = "26.55.0"