From ea8c79e12d57c231297e31540d0b09a388dc1d91 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 9 Oct 2024 02:48:54 +0000 Subject: [PATCH] Update azure-storage-blob to 12.28.1 --- libtuf/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtuf/build.sbt b/libtuf/build.sbt index 74ead316..dd9eb0af 100644 --- a/libtuf/build.sbt +++ b/libtuf/build.sbt @@ -9,7 +9,7 @@ libraryDependencies ++= { "com.softwaremill.sttp.client" %% "slf4j-backend" % "2.3.0", "com.softwaremill.sttp.client" %% "async-http-client-backend-future" % "2.3.0", "org.slf4j" % "slf4j-api" % "1.7.16" % "provided", - "com.azure" % "azure-storage-blob" % "12.28.0", + "com.azure" % "azure-storage-blob" % "12.28.1", "com.azure" % "azure-identity" % "1.13.3" ) }