From d4e059d210de895515bf526e2843f2942c21ab9e Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Fri, 8 Dec 2023 12:30:08 -0500 Subject: [PATCH] chore: update io.grpc, use shared version Signed-off-by: Todd Baert --- providers/flagd/pom.xml | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/providers/flagd/pom.xml b/providers/flagd/pom.xml index 8ae22e154..14c0229b6 100644 --- a/providers/flagd/pom.xml +++ b/providers/flagd/pom.xml @@ -15,9 +15,9 @@ **/e2e/*.java + 1.60.0 - flagd FlagD provider for Java https://openfeature.dev @@ -33,6 +33,7 @@ + dev.openfeature @@ -41,34 +42,31 @@ provided - - - io.grpc grpc-netty - 1.59.1 - - - - - io.netty - netty-transport-native-epoll - 4.1.101.Final - - linux-x86_64 + ${io.grpc.version} io.grpc grpc-protobuf - 1.59.1 + ${io.grpc.version} io.grpc grpc-stub - 1.60.0 + ${io.grpc.version} + + + + + io.netty + netty-transport-native-epoll + 4.1.101.Final + + linux-x86_64