From 3d8bba33b0c3b57485ccd63e5c6d9d5101b19692 Mon Sep 17 00:00:00 2001 From: David An Date: Fri, 28 Mar 2025 15:49:47 -0400 Subject: [PATCH] update azure-identity, which updates json-smart --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c7ea1d3760..757c21011f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -112,7 +112,7 @@ object Dependencies { val circeYAML: ModuleID = "io.circe" %% "circe-yaml" % "1.15.0" - val azureIdentity: ModuleID = "com.azure" % "azure-identity" % "1.15.3" + val azureIdentity: ModuleID = "com.azure" % "azure-identity" % "1.15.4" val azureCoreManagement: ModuleID = "com.azure" % "azure-core-management" % "1.16.2" def excludeOpenTelemetry = ExclusionRule("io.opentelemetry.instrumentation")