From 6dbd6180dd2205a0ff33904b5a5cbe8916ebb3fc Mon Sep 17 00:00:00 2001 From: Chethan Date: Tue, 5 Aug 2025 16:47:33 +0530 Subject: [PATCH] #SBCOSS-385 fix: vulnerability fixes in groups-service --- service/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/service/pom.xml b/service/pom.xml index aba439e3..447a445d 100755 --- a/service/pom.xml +++ b/service/pom.xml @@ -51,8 +51,17 @@ org.scala-lang scala-library + + io.netty + netty-codec-http + + + io.netty + netty-codec-http + 4.1.44.Final + com.typesafe.play play-guice_${scala.major.version}