From 50a46402726e3a80172efd6f5d4b4c31cd99e621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:54:20 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf Bumps the contrib-golang group in /contrib/golang/filters/http/test/test_data/add_data with 1 update: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.2 --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: contrib-golang ... Signed-off-by: dependabot[bot] --- contrib/golang/filters/http/test/test_data/add_data/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/golang/filters/http/test/test_data/add_data/go.mod b/contrib/golang/filters/http/test/test_data/add_data/go.mod index e2f836c37ac93..cb2dbaca88674 100644 --- a/contrib/golang/filters/http/test/test_data/add_data/go.mod +++ b/contrib/golang/filters/http/test/test_data/add_data/go.mod @@ -4,6 +4,6 @@ go 1.22 require github.com/envoyproxy/envoy v1.24.0 -require google.golang.org/protobuf v1.36.1 +require google.golang.org/protobuf v1.36.2 replace github.com/envoyproxy/envoy => ../../../../../../../