From 8fc97032c1a5206fe16a1ebb8c56a712d1b6bece Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:07:39 -0400 Subject: [PATCH] fix(deps): update grpc version (#343) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gwy/templates/go.mod.tmpl | 2 +- variables.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gwy/templates/go.mod.tmpl b/gwy/templates/go.mod.tmpl index 5a35fe44..9069e285 100644 --- a/gwy/templates/go.mod.tmpl +++ b/gwy/templates/go.mod.tmpl @@ -9,6 +9,6 @@ require ( github.com/sirupsen/logrus v1.9.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.13.0 - google.golang.org/grpc v1.49.0 + google.golang.org/grpc v1.50.0 google.golang.org/protobuf v1.28.1 ) diff --git a/variables.sh b/variables.sh index 8ce56b21..7a9fd87e 100755 --- a/variables.sh +++ b/variables.sh @@ -8,8 +8,8 @@ LATEST=${1:false} DEBIAN_VERSION=${DEBIAN_VERSION:-bullseye} GO_VERSION=${GO_VERSION:-1.17} -GRPC_VERSION=${GRPC_VERSION:-1.49} -GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.49} +GRPC_VERSION=${GRPC_VERSION:-1.50} +GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.50} GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.4.1} GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:-v2.0.1} PROTOBUF_JS_VERSION=${PROTOBUF_JS_VERSION:-v3.21.2}