Skip to content

Commit

Permalink
Merge branch 'feature/container_app_job-detector' of https://github.c…
Browse files Browse the repository at this point in the history
…om/hansmbakker/opentelemetry-dotnet-contrib into feature/container_app_job-detector
  • Loading branch information
hansmbakker committed Sep 11, 2024
2 parents 07dd520 + 676444d commit 703447b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PackageReference Include="Google.Api.Gax" Version="4.8.0" />
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
<!-- System.Text.Encodings.Web is indirect reference. It is needed to upgrade it directly to avoid https://github.com/advisories/GHSA-ghhp-997w-qr28 -->
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 703447b

Please sign in to comment.