From d79781078c1e9754f45b3cd69825b10eaaabd678 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Wed, 1 Nov 2023 10:36:55 +0100 Subject: [PATCH] Upgrade to gRPC 1.59.0 --- .../modules/system/layers/base/io/grpc/main/module.xml | 1 + pom.xml | 2 +- subsystem/pom.xml | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/galleon-pack/common/src/main/resources/modules/system/layers/base/io/grpc/main/module.xml b/galleon-pack/common/src/main/resources/modules/system/layers/base/io/grpc/main/module.xml index eafc507..27ac247 100644 --- a/galleon-pack/common/src/main/resources/modules/system/layers/base/io/grpc/main/module.xml +++ b/galleon-pack/common/src/main/resources/modules/system/layers/base/io/grpc/main/module.xml @@ -30,6 +30,7 @@ + diff --git a/pom.xml b/pom.xml index 01a48ee..e70ae0a 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ 1.7.1.Final - 1.57.2 + 1.59.0 1.3.2 0.26.0 4.0.0-rc-2 diff --git a/subsystem/pom.xml b/subsystem/pom.xml index 83ec38e..9168e61 100644 --- a/subsystem/pom.xml +++ b/subsystem/pom.xml @@ -60,6 +60,10 @@ io.grpc grpc-stub + + io.grpc + grpc-util + com.google.protobuf protobuf-java