diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25064e99ba..b4a1ea5067 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,13 +17,14 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
- `OpenTelemetry.Exporter.Prometheus.HttpListener` from `1.9.0-beta.1` to `1.9.0-beta.2`,
- `OpenTelemetry.Shims.OpenTracing` from `1.9.0-beta.1` to `1.9.0-beta.2`.
- .NET Framework only, following packages updated
- - `Google.Protobuf` updated from `3.27.1` to `3.27.2`.
+ - `Google.Protobuf` updated from `3.27.1` to `3.27.2`,
+ - `System.Text.Json` from `8.0.3` to `8.0.4`.
### Deprecated
### Removed
-- Support for [macOS Big Sur 11 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md).
+- Support for macOS Big Sur 11 x64.
macOs libraries are built and tested against [macOS Monterey 12 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md).
### Fixed
@@ -105,7 +106,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
### Deprecated
-- Support for [macOS Big Sur 11 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md).
+- Support for macOS Big Sur 11 x64.
All further releases will be supporting [macOS Monterey 12 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md)
and newer.
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index df4a07a622..8e3e024b14 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -84,7 +84,7 @@
-
+
diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
index 75ef6bede0..419fd48fb7 100644
--- a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
+++ b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
@@ -145,7 +145,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"System.Text.Encoding", {4, 0, 11, 0} },
{ L"System.Text.Encoding.Extensions", {4, 0, 11, 0} },
{ L"System.Text.Encodings.Web", {8, 0, 0, 0} },
- { L"System.Text.Json", {8, 0, 0, 3} },
+ { L"System.Text.Json", {8, 0, 0, 4} },
{ L"System.Text.RegularExpressions", {4, 1, 1, 0} },
{ L"System.Threading", {4, 0, 11, 0} },
{ L"System.Threading.Overlapped", {4, 1, 0, 0} },