From ee906c9e7649e208e066e1a54155210a3345a740 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:28:53 +0000 Subject: [PATCH] fix(deps): update grpc version --- gwy/templates/go.mod.tmpl | 2 +- variables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gwy/templates/go.mod.tmpl b/gwy/templates/go.mod.tmpl index 0cd4a3fe..091bea7e 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.12.0 - google.golang.org/grpc v1.48.0 + google.golang.org/grpc v1.49.0 google.golang.org/protobuf v1.28.1 ) diff --git a/variables.sh b/variables.sh index ec0907ff..f773224d 100755 --- a/variables.sh +++ b/variables.sh @@ -8,7 +8,7 @@ LATEST=${1:false} GO_VERSION=${GO_VERSION:-1.17} GRPC_VERSION=${GRPC_VERSION:-1.48} -GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.48} +GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.49} GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.3.1} GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:-v2.0.1} UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:-1.10.0}