Skip to content

Commit b77f09e

Browse files
committed
Merged PR 4108: [5.1.4] Update dependency versions
Update dependency versions for Azure Identity, Azure Core, MSAL, and DiagnosticSource. Addresses Azure Identity vulnerability.
1 parent 6256edb commit b77f09e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

tools/props/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</PropertyGroup>
2828
<!-- NetFx and NetCore project dependencies -->
2929
<PropertyGroup>
30-
<AzureIdentityVersion>1.7.0</AzureIdentityVersion>
31-
<MicrosoftIdentityClientVersion>4.47.2</MicrosoftIdentityClientVersion>
30+
<AzureIdentityVersion>1.10.3</AzureIdentityVersion>
31+
<MicrosoftIdentityClientVersion>4.56.0</MicrosoftIdentityClientVersion>
3232
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.24.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3333
<MicrosoftIdentityModelJsonWebTokensVersion>6.24.0</MicrosoftIdentityModelJsonWebTokensVersion>
3434
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
@@ -41,7 +41,7 @@
4141
<MicrosoftDataSqlClientSNIRuntimeVersion>5.1.1</MicrosoftDataSqlClientSNIRuntimeVersion>
4242
<SystemConfigurationConfigurationManagerVersion>6.0.1</SystemConfigurationConfigurationManagerVersion>
4343
<MicrosoftSqlServerServerVersion>1.0.0</MicrosoftSqlServerServerVersion>
44-
<SystemDiagnosticsDiagnosticSourceVersion>6.0.0</SystemDiagnosticsDiagnosticSourceVersion>
44+
<SystemDiagnosticsDiagnosticSourceVersion>6.0.1</SystemDiagnosticsDiagnosticSourceVersion>
4545
<SystemDiagnosticsPerformanceCounterVersion>6.0.1</SystemDiagnosticsPerformanceCounterVersion>
4646
<SystemRuntimeCachingVersion>6.0.0</SystemRuntimeCachingVersion>
4747
<SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
@@ -55,7 +55,7 @@
5555
</PropertyGroup>
5656
<!-- AKV Provider project dependencies -->
5757
<PropertyGroup>
58-
<AzureCoreVersion>[1.25.0,2.0.0)</AzureCoreVersion>
58+
<AzureCoreVersion>[1.35.0,2.0.0)</AzureCoreVersion>
5959
<AzureSecurityKeyVaultKeysVersion>[4.4.0,5.0.0)</AzureSecurityKeyVaultKeysVersion>
6060
<MicrosoftExtensionsCachingMemoryVersion>6.0.1</MicrosoftExtensionsCachingMemoryVersion>
6161
</PropertyGroup>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
2929
<dependencies>
3030
<group targetFramework="net462">
3131
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.1.1" />
32-
<dependency id="Azure.Identity" version="1.7.0" />
33-
<dependency id="Microsoft.Identity.Client" version="4.47.2" />
32+
<dependency id="Azure.Identity" version="1.10.3" />
33+
<dependency id="Microsoft.Identity.Client" version="4.56.0" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
3535
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
3636
<dependency id="System.Buffers" version="4.5.1" />
@@ -40,13 +40,13 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4040
</group>
4141
<group targetFramework="net6.0">
4242
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
43-
<dependency id="Azure.Identity" version="1.7.0" />
44-
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
43+
<dependency id="Azure.Identity" version="1.10.3" />
44+
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
4545
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
4646
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
4747
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
4848
<dependency id="System.Configuration.ConfigurationManager" version="6.0.1" exclude="Compile" />
49-
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.0" exclude="Compile" />
49+
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.1" exclude="Compile" />
5050
<dependency id="System.Runtime.Caching" version="6.0.0" exclude="Compile" />
5151
<dependency id="System.Text.Encoding.CodePages" version="6.0.0" exclude="Compile" />
5252
<dependency id="System.Text.Encodings.Web" version="6.0.0" />
@@ -55,8 +55,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
5555
</group>
5656
<group targetFramework="netstandard2.0">
5757
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
58-
<dependency id="Azure.Identity" version="1.7.0" />
59-
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
58+
<dependency id="Azure.Identity" version="1.10.3" />
59+
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
6060
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
6161
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
6262
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -72,8 +72,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
7272
</group>
7373
<group targetFramework="netstandard2.1">
7474
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
75-
<dependency id="Azure.Identity" version="1.7.0" />
76-
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
75+
<dependency id="Azure.Identity" version="1.10.3" />
76+
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
7777
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
7878
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
7979
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>

0 commit comments

Comments
 (0)