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,