Bump System.Text.Json version due to CVE-2021-26701 (#3789)
This commit is contained in:
parent
5f962a1eb8
commit
6d6222f52a
|
|
@ -45,8 +45,8 @@
|
|||
<SystemCollectionsImmutablePkgVer>1.4.0</SystemCollectionsImmutablePkgVer>
|
||||
<SystemDiagnosticSourcePkgVer>7.0.0-rc.2.22472.3</SystemDiagnosticSourcePkgVer>
|
||||
<SystemReflectionEmitLightweightPkgVer>4.7.0</SystemReflectionEmitLightweightPkgVer>
|
||||
<SystemTextJsonPkgVer>4.7.0</SystemTextJsonPkgVer>
|
||||
<SystemThreadingTasksExtensionsPkgVer>4.5.3</SystemThreadingTasksExtensionsPkgVer>
|
||||
<SystemTextJsonPkgVer>4.7.2</SystemTextJsonPkgVer>
|
||||
<SystemThreadingTasksExtensionsPkgVer>4.5.4</SystemThreadingTasksExtensionsPkgVer>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Bumped the minimum required version of `System.Text.Json` to 4.7.2 in response
|
||||
to [CVE-2021-26701](https://github.com/dotnet/runtime/issues/49377).
|
||||
([#3789](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3789))
|
||||
|
||||
LogRecordExporter to print full exception details instead of just Message, when
|
||||
using `ILogger` to log exception.
|
||||
([#3784](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3784))
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Bumped the minimum required version of `System.Text.Json` to 4.7.2 in response
|
||||
to [CVE-2021-26701](https://github.com/dotnet/runtime/issues/49377).
|
||||
([#3789](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3789))
|
||||
|
||||
## 1.4.0-beta.2
|
||||
|
||||
Released 2022-Oct-17
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Bumped the minimum required version of `System.Text.Json` to 4.7.2 in response
|
||||
to [CVE-2021-26701](https://github.com/dotnet/runtime/issues/49377).
|
||||
([#3789](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3789))
|
||||
|
||||
## 1.4.0-beta.2
|
||||
|
||||
Released 2022-Oct-17
|
||||
|
|
|
|||
Loading…
Reference in New Issue