From 1e53a7109b11abf2a233e7b9302a5d12d1d70108 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Sep 2024 01:42:18 +0000 Subject: [PATCH] Update azure-storage-blob to 12.28.0 --- libtuf/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtuf/build.sbt b/libtuf/build.sbt index 2443e6d5..74ead316 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.27.1", + "com.azure" % "azure-storage-blob" % "12.28.0", "com.azure" % "azure-identity" % "1.13.3" ) }