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("."))