Skip to content

Commit f63ae8f

Browse files
[5.1.6] | CVE | Update Azure.Identity from 1.11.3 to 1.11.4 (#2649)
1 parent 5645b14 commit f63ae8f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tools/props/Versions.props

Lines changed: 2 additions & 2 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.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

Lines changed: 8 additions & 8 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.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="net6.0">
4242
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" 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"/>
@@ -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.11.3" />
59-
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
58+
<dependency id="Azure.Identity" version="1.11.4" />
59+
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
6060
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
6161
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.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.11.3" />
76-
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
75+
<dependency id="Azure.Identity" version="1.11.4" />
76+
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
7777
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
7878
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
7979
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>

0 commit comments

Comments
 (0)