diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79f37cb6d3..a7d35271b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
#### Dependency updates
+- .NET Framework only, `Google.Protobuf` updated from `3.24.3` to `3.24.4`.
+
### Deprecated
### Removed
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 7cf9041dcc..7b38c7abad 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -59,7 +59,7 @@
-
+
diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
index 6b4249f145..938d403674 100644
--- a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
+++ b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
@@ -18,7 +18,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
const USHORT auto_major = atoi(AUTO_MAJOR);
assembly_version_redirect_map_.insert({
- { L"Google.Protobuf", {3, 24, 3, 0} },
+ { L"Google.Protobuf", {3, 24, 4, 0} },
{ L"Grpc.Core", {2, 0, 0, 0} },
{ L"Grpc.Core.Api", {2, 0, 0, 0} },
{ L"Microsoft.Bcl.AsyncInterfaces", {7, 0, 0, 0} },
diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props
index 7e2a44c898..bfa0c448d6 100644
--- a/test/Directory.Packages.props
+++ b/test/Directory.Packages.props
@@ -4,7 +4,7 @@
-
+