From 6cb16228d263270f3ad7ae25c3b67a9d5d1cbbe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:08:43 +0000 Subject: [PATCH] Bump google.golang.org/protobuf in /trigger/function/v2 Bumps google.golang.org/protobuf from 1.25.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trigger/function/v2/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trigger/function/v2/go.mod b/trigger/function/v2/go.mod index 17e8341..9a1e19c 100644 --- a/trigger/function/v2/go.mod +++ b/trigger/function/v2/go.mod @@ -9,5 +9,5 @@ require ( github.com/google/cel-go v0.7.3 github.com/sirupsen/logrus v1.8.1 google.golang.org/genproto v0.0.0-20201204160425-06b3db808446 - google.golang.org/protobuf v1.25.0 + google.golang.org/protobuf v1.33.0 )