diff --git a/libtuf/build.sbt b/libtuf/build.sbt index a5931107..2443e6d5 100644 --- a/libtuf/build.sbt +++ b/libtuf/build.sbt @@ -10,6 +10,6 @@ libraryDependencies ++= { "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-identity" % "1.13.2" + "com.azure" % "azure-identity" % "1.13.3" ) }