From 742f90f66bee55d53eb39df53d6314b821b28ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:06:26 -0500 Subject: [PATCH] Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /v3/integrations/nrmicro (#869) * Bump google.golang.org/protobuf in /v3/integrations/nrmicro Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Removed indirect dependancies --------- Signed-off-by: dependabot[bot] Co-authored-by: Steve Willoughby <76975199+nr-swilloughby@users.noreply.github.com> Co-authored-by: Emilio Garcia Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mirac Kara <55501260+mirackara@users.noreply.github.com> --- v3/integrations/nrmicro/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/integrations/nrmicro/go.mod b/v3/integrations/nrmicro/go.mod index e47bea1e0..d4d29decc 100644 --- a/v3/integrations/nrmicro/go.mod +++ b/v3/integrations/nrmicro/go.mod @@ -5,10 +5,10 @@ module github.com/newrelic/go-agent/v3/integrations/nrmicro go 1.19 require ( - github.com/golang/protobuf v1.5.3 + github.com/golang/protobuf v1.5.4 github.com/micro/go-micro v1.8.0 github.com/newrelic/go-agent/v3 v3.30.0 - google.golang.org/protobuf v1.32.0 + google.golang.org/protobuf v1.33.0 )