From bb6b38119c2192691fe076a76dacf72b04e86294 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Nov 2024 00:34:12 +0000 Subject: [PATCH] Update azure-storage-blob to 12.29.0 --- libtuf/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtuf/build.sbt b/libtuf/build.sbt index e108e51f..63ce6ce2 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.1", + "com.azure" % "azure-storage-blob" % "12.29.0", "com.azure" % "azure-identity" % "1.14.1" ) }