From a9feb079a47e40b19104cd1560bfd92a43646657 Mon Sep 17 00:00:00 2001 From: Broad Bot <61600560+broadbot@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:22:13 -0500 Subject: [PATCH] CORE-69: Minor and patch updates - azure-identity to 1.14.2 - commons-io to 2.18.0 - azure-core-management to 1.15.6 (#357) * CORE-69: Update azure-core-management from 1.15.5 to 1.15.6 * CORE-69: Update azure-identity from 1.12.2 to 1.14.2 * CORE-69: Update commons-io from 2.17.0 to 2.18.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 3286b51c..b3ba5264 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % slickV, "com.typesafe.slick" %% "slick-hikaricp" % slickV, "com.typesafe" % "config" % "1.4.2", - "commons-io" % "commons-io" % "2.17.0", + "commons-io" % "commons-io" % "2.18.0", "commons-codec" % "commons-codec" % "1.17.1", "mysql" % "mysql-connector-java" % "8.0.28", "org.liquibase" % "liquibase-core" % "4.30.0", @@ -55,8 +55,8 @@ libraryDependencies ++= Seq( "com.sendgrid" % "sendgrid-java" % "2.2.2", "ch.qos.logback" % "logback-classic" % "1.5.12", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff", - "com.azure" % "azure-identity" % "1.12.2", - "com.azure" % "azure-core-management" % "1.15.5", + "com.azure" % "azure-identity" % "1.14.2", + "com.azure" % "azure-core-management" % "1.15.6", //---------- Test libraries -------------------// "org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV % Test classifier "tests", "com.typesafe.akka" %% "akka-testkit" % akkaV % Test,