From 91c3681ded26de1a5615ba91fd38ab0b681a8c6d Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 11 Nov 2024 12:21:14 +0000 Subject: [PATCH] CORE-69: Update azure-identity from 1.13.3 to 1.14.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 52e32edad8..31e682fae8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -111,7 +111,7 @@ object Dependencies { val circeYAML: ModuleID = "io.circe" %% "circe-yaml" % "1.15.0" - val azureIdentity: ModuleID = "com.azure" % "azure-identity" % "1.13.3" + val azureIdentity: ModuleID = "com.azure" % "azure-identity" % "1.14.1" val azureCoreManagement: ModuleID = "com.azure" % "azure-core-management" % "1.15.5" def excludeOpenTelemetry = ExclusionRule("io.opentelemetry.instrumentation")