From 2739bc9282a116d33d60cff9d686d645d9ddfff9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Oct 2024 17:05:14 +0000 Subject: [PATCH] Update netty-codec-http2, netty-handler to 4.1.114.Final --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4842238..399b433 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.114.Final", // SNYK-JAVA-IONETTY-5725787 introduced through software.amazon.awssdk:s3 + "io.netty" % "netty-codec-http2" % "4.1.114.Final" // SNYK-JAVA-IONETTY-5953332 introduced through software.amazon.awssdk:s3 ) lazy val root = (project in file("."))