From 78b2196348bdc6ca87b02b1da807f717eb51626d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Dec 2024 17:31:37 +0000 Subject: [PATCH] Update netty-codec-http2, netty-handler to 4.1.116.Final --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4842238..66e5ac0 100644 --- a/build.sbt +++ b/build.sbt @@ -34,8 +34,8 @@ val Versions = new { lazy val IntegrationTest = config("it") extend Test lazy val securityDependencyOverrides = Seq( - "io.netty" % "netty-handler" % "4.1.100.Final", // SNYK-JAVA-IONETTY-5725787 introduced through software.amazon.awssdk:s3 - "io.netty" % "netty-codec-http2" % "4.1.100.Final" // SNYK-JAVA-IONETTY-5953332 introduced through software.amazon.awssdk:s3 + "io.netty" % "netty-handler" % "4.1.116.Final", // SNYK-JAVA-IONETTY-5725787 introduced through software.amazon.awssdk:s3 + "io.netty" % "netty-codec-http2" % "4.1.116.Final" // SNYK-JAVA-IONETTY-5953332 introduced through software.amazon.awssdk:s3 ) lazy val root = (project in file("."))