Skip to content

Commit

Permalink
Update the dependencies to resolve vulnerabilities. (#41798)
Browse files Browse the repository at this point in the history
* Update all dependencies

* Fix the order of the libraries in the packages.data.props
  • Loading branch information
pallavit authored Feb 14, 2024
1 parent 7514ee3 commit cd042cc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Update="System.Diagnostics.DiagnosticSource" Version="4.5.1" />
<PackageReference Update="System.Diagnostics.Tools" Version="4.3.0" />
<PackageReference Update="System.Globalization" Version="4.3.0" />
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="5.7.0" />
<PackageReference Update="System.Linq" Version="4.3.0" />
<PackageReference Update="System.Memory.Data" Version="1.0.2" />
<PackageReference Update="System.Net.Http" Version="4.3.4" />
Expand Down Expand Up @@ -117,6 +117,7 @@
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.21.0" />
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.17.1" />
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.2.0" />
<PackageReference Update="Azure.MixedReality.Authentication" version= "1.2.0" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0-beta.1" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.LiveMetrics" Version="1.0.0-beta.2" />
<PackageReference Update="Azure.Monitor.Query" Version="1.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.KeyVault.Core" />
<PackageReference Include="Microsoft.Azure.Storage.Blob" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NetStandard.Library" VersionOverride="2.0.3"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Amqp" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" />
<PackageReference Include="NETStandard.Library" VersionOverride="2.0.3"/>
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
<PackageReference Include="System.Net.Http" />
<PackageReference Include="System.Reflection.TypeExtensions" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Azure.Core" />
<PackageReference Include="Azure.MixedReality.Authentication" VersionOverride="1.2.0" />
<PackageReference Include="Azure.MixedReality.Authentication"/>
<PackageReference Include="System.Text.Json" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## Unreleased
## 1.2.1-beta.1 (Unreleased)

### Other Changes
- Renamed `conversionId` and `sessionId` tags reported on `RemoteRenderingClient` activities to `az.remoterendering.conversion.id` and `az.remoterendering.session.id` following OpenTelemetry attribute naming conventions.

## 1.2.1 (2022-08-09)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Azure Mixed Reality ARR Client</AssemblyTitle>
<Version>1.2.1</Version>
<Version>1.2.1-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageTags>Azure MixedReality</PackageTags>
Expand All @@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" />
<PackageReference Include="Azure.MixedReality.Authentication" VersionOverride="1.0.1" />
<PackageReference Include="Azure.MixedReality.Authentication" />
<PackageReference Include="System.Text.Encodings.Web" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="Newtonsoft.Json" VersionOverride="13.0.1"/>
<PackageReference Include="Microsoft.Azure.Amqp" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
Expand Down

0 comments on commit cd042cc

Please sign in to comment.