From 42c6536b783b97593aa59a253d89d3f5bae4c637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Wed, 14 Dec 2022 15:18:38 +0100 Subject: [PATCH] [fix][sec] Upgrade scala-library to get rid of CVE-2022-36944 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index bb1f5ca0df9ef..ca08e10189693 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,7 @@ flexible messaging model and an intuitive client API. 8.5.2 363 2.13 + 2.13.10 1.9.7.Final 42.5.0 8.0.30 @@ -1339,6 +1340,18 @@ flexible messaging model and an intuitive client API. ${roaringbitmap.version} + + org.scala-lang + scala-library + ${scala-library.version} + + + + org.scala-lang + scala-reflect + ${scala-library.version} + +