Skip to content

Commit

Permalink
Remove main project changes as there is no impact.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumar-rangaraj committed Jul 10, 2024
1 parent 052a79a commit f203db7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 4 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@
-->
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />

<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" />
<!-- A conservative version of System.Text.Encodings.Web must be used here since there is no backward compatibility guarantee during major version bumps. -->
<PackageVersion Include="System.Text.Encodings.Web" Version="4.7.2" />

<PackageVersion Include="System.Text.Json" Version="8.0.4" />
<!-- A conservative version of System.Text.Json must be used here since there is no backward compatibility guarantee during major version bumps. -->
<PackageVersion Include="System.Text.Json" Version="4.7.2" />

<!-- A conservative version of System.Threading.Tasks.Extensions must be used here since there is no backward compatibility guarantee during major version bumps. -->
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
Expand Down
5 changes: 0 additions & 5 deletions src/OpenTelemetry.Exporter.Console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

## Unreleased

* Bumped the minimum required version of `System.Text.Json` to 8.0.4 and its
indirect dependency on `System.Text.Encodings.Web` to 8.0.0 in response to
[CVE-2024-30105](https://github.com/dotnet/runtime/issues/104619).
([#5744](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5744))

## 1.9.0

Released 2024-Jun-14
Expand Down
5 changes: 0 additions & 5 deletions src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
`Convert.ToString` will now format using `CultureInfo.InvariantCulture`.
([#5700](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5700))

* Bumped the minimum required version of `System.Text.Json` to 8.0.4 and its
indirect dependency on `System.Text.Encodings.Web` to 8.0.0 in response to
[CVE-2024-30105](https://github.com/dotnet/runtime/issues/104619).
([#5744](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5744))

## 1.9.0

Released 2024-Jun-14
Expand Down

0 comments on commit f203db7

Please sign in to comment.