From 5b8bf6f444e6844c1107206cde5b350c4d44b767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:46:00 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf Bumps the contrib-golang group in /contrib/golang/filters/http/test/test_data/buffer with 1 update: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.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/buffer/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/golang/filters/http/test/test_data/buffer/go.mod b/contrib/golang/filters/http/test/test_data/buffer/go.mod index bb0cf00086ad9..fa28d82640bb0 100644 --- a/contrib/golang/filters/http/test/test_data/buffer/go.mod +++ b/contrib/golang/filters/http/test/test_data/buffer/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/envoyproxy/envoy v1.24.0 - google.golang.org/protobuf v1.35.1 + google.golang.org/protobuf v1.35.2 ) replace github.com/envoyproxy/envoy => ../../../../../../../