From f8e9efed42a3020490291bb64842c064e378b18f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Nov 2024 18:03:30 +0000 Subject: [PATCH] Update netty-codec-http2, netty-handler to 4.1.115.Final --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 48422380..d817d8a5 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.115.Final", // SNYK-JAVA-IONETTY-5725787 introduced through software.amazon.awssdk:s3 + "io.netty" % "netty-codec-http2" % "4.1.115.Final" // SNYK-JAVA-IONETTY-5953332 introduced through software.amazon.awssdk:s3 ) lazy val root = (project in file("."))