diff --git a/contrib/golang/filters/http/test/test_data/property/go.mod b/contrib/golang/filters/http/test/test_data/property/go.mod index 639ce9b5c0151..54472a1d88122 100644 --- a/contrib/golang/filters/http/test/test_data/property/go.mod +++ b/contrib/golang/filters/http/test/test_data/property/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/envoyproxy/envoy v1.24.0 - google.golang.org/protobuf v1.35.2 + google.golang.org/protobuf v1.36.3 ) replace github.com/envoyproxy/envoy => ../../../../../../../