From a6caa53438d3889dc3694d6e367cafe31eb7f9d6 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Thu, 24 Aug 2023 17:03:58 +0200 Subject: [PATCH] Update coursier to 2.1.6 to mitigate CVE-2022-46751 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index b443973f256..ed0ab3e3073 100644 --- a/build.sc +++ b/build.sc @@ -103,7 +103,7 @@ object Deps { val ammoniteVersion = "3.0.0-M0-32-96e851cb" val scalaparse = ivy"com.lihaoyi::scalaparse:3.0.1" val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5" - val coursier = ivy"io.get-coursier::coursier:2.1.5" + val coursier = ivy"io.get-coursier::coursier:2.1.6" val coursierInterface = ivy"io.get-coursier:interface:1.0.16" val flywayCore = ivy"org.flywaydb:flyway-core:8.5.13"