From d68056d0dffabb19df9f86880a7ebf25af29cac3 Mon Sep 17 00:00:00 2001 From: yurem Date: Thu, 23 Dec 2021 17:39:00 +0300 Subject: [PATCH] chore: add grpc-bom dependency to force use latest libs --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index d893564..5a09360 100644 --- a/pom.xml +++ b/pom.xml @@ -664,6 +664,12 @@ import pom + + + com.google.protobuf + protobuf-java + 3.19.1 +