Skip to content

Commit

Permalink
CORE-69: Minor and patch updates - azure-identity to 1.14.2 - commons…
Browse files Browse the repository at this point in the history
…-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
  • Loading branch information
broadbot authored Nov 21, 2024
1 parent 9d60517 commit a9feb07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ 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",
"org.hsqldb" % "hsqldb" % "2.7.4",
"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,
Expand Down

0 comments on commit a9feb07

Please sign in to comment.