Skip to content

Commit

Permalink
[5.2.2] | CVE | Update Azure.Identity from 1.11.3 to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudEshtehari committed Jul 3, 2024
1 parent 0cad64a commit f1425a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions tools/props/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</PropertyGroup>
<!-- NetFx and NetCore project dependencies -->
<PropertyGroup>
<AzureIdentityVersion>1.11.3</AzureIdentityVersion>
<MicrosoftIdentityClientVersion>4.60.3</MicrosoftIdentityClientVersion>
<AzureIdentityVersion>1.11.4</AzureIdentityVersion>
<MicrosoftIdentityClientVersion>4.61.3</MicrosoftIdentityClientVersion>
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.35.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
<MicrosoftIdentityModelJsonWebTokensVersion>6.35.0</MicrosoftIdentityModelJsonWebTokensVersion>
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
Expand Down
20 changes: 10 additions & 10 deletions tools/specs/Microsoft.Data.SqlClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependencies>
<group targetFramework="net462">
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.2.0" />
<dependency id="Azure.Identity" version="1.11.3" />
<dependency id="Microsoft.Identity.Client" version="4.60.3" />
<dependency id="Azure.Identity" version="1.11.4" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
<dependency id="System.Buffers" version="4.5.1" />
Expand All @@ -40,8 +40,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</group>
<group targetFramework="net8.0">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.11.3" />
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
<dependency id="Azure.Identity" version="1.11.4" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
Expand All @@ -50,8 +50,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</group>
<group targetFramework="net6.0">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.11.3" />
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
<dependency id="Azure.Identity" version="1.11.4" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
Expand All @@ -60,8 +60,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.11.3" />
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
<dependency id="Azure.Identity" version="1.11.4" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
Expand All @@ -78,8 +78,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</group>
<group targetFramework="netstandard2.1">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.11.3" />
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
<dependency id="Azure.Identity" version="1.11.4" />
<dependency id="Microsoft.Identity.Client" version="4.61.3" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
Expand Down

0 comments on commit f1425a7

Please sign in to comment.