Skip to content

Commit 0e417a5

Browse files
committed
Update Azure.Identity to 1.11.4
fixes dotnet#2568
1 parent 4e9472a commit 0e417a5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

tools/props/Versions.props

+2-2
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.11.3</AzureIdentityVersion>
31-
<MicrosoftIdentityClientVersion>4.60.3</MicrosoftIdentityClientVersion>
30+
<AzureIdentityVersion>1.11.4</AzureIdentityVersion>
31+
<MicrosoftIdentityClientVersion>4.61.3</MicrosoftIdentityClientVersion>
3232
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.35.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3333
<MicrosoftIdentityModelJsonWebTokensVersion>6.35.0</MicrosoftIdentityModelJsonWebTokensVersion>
3434
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

+10-10
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.2.0" />
32-
<dependency id="Azure.Identity" version="1.11.3" />
33-
<dependency id="Microsoft.Identity.Client" version="4.60.3" />
32+
<dependency id="Azure.Identity" version="1.11.4" />
33+
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
3535
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
3636
<dependency id="System.Buffers" version="4.5.1" />
@@ -40,8 +40,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4040
</group>
4141
<group targetFramework="net8.0">
4242
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
43-
<dependency id="Azure.Identity" version="1.11.3" />
44-
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
43+
<dependency id="Azure.Identity" version="1.11.4" />
44+
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
4545
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
4646
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
4747
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -50,8 +50,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
5050
</group>
5151
<group targetFramework="net6.0">
5252
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
53-
<dependency id="Azure.Identity" version="1.11.3" />
54-
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
53+
<dependency id="Azure.Identity" version="1.11.4" />
54+
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
5555
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
5656
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
5757
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -60,8 +60,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6060
</group>
6161
<group targetFramework="netstandard2.0">
6262
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
63-
<dependency id="Azure.Identity" version="1.11.3" />
64-
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
63+
<dependency id="Azure.Identity" version="1.11.4" />
64+
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
6565
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
6666
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
6767
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -78,8 +78,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
7878
</group>
7979
<group targetFramework="netstandard2.1">
8080
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
81-
<dependency id="Azure.Identity" version="1.11.3" />
82-
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
81+
<dependency id="Azure.Identity" version="1.11.4" />
82+
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
8383
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
8484
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
8585
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>

0 commit comments

Comments
 (0)