diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f14f2f0abd..c55a77cedf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -120,7 +120,7 @@ object Dependencies { "com.typesafe.akka" %% "akka-http" % AkkaHttpVersion, "com.typesafe.akka" %% "akka-http-xml" % AkkaHttpVersion, // for testing authorization signature - "com.azure" % "azure-storage-common" % "12.26.1" % Test, + "com.azure" % "azure-storage-common" % "12.28.0" % Test, wiremock ) )