From 6915a54ff2c8499805c2f22d898bdc74bc5df163 Mon Sep 17 00:00:00 2001 From: Laica Lunasys Date: Mon, 10 Jun 2024 03:50:54 +0900 Subject: [PATCH] Update depends --- nebulapb/java/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nebulapb/java/pom.xml b/nebulapb/java/pom.xml index 629657a..8a0e78e 100644 --- a/nebulapb/java/pom.xml +++ b/nebulapb/java/pom.xml @@ -40,17 +40,17 @@ io.grpc grpc-netty - 1.19.0 + 1.64.0 io.grpc grpc-protobuf - 1.19.0 + 1.64.0 io.grpc grpc-stub - 1.19.0 + 1.64.0 javax.annotation @@ -95,7 +95,7 @@ com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier} grpc-java - io.grpc:protoc-gen-grpc-java:1.19.0:exe:${os.detected.classifier} + io.grpc:protoc-gen-grpc-java:1.64.0:exe:${os.detected.classifier}