From a851871ec99ae57a9e20ae7c967b9bcd5ca5672f Mon Sep 17 00:00:00 2001 From: Laica Lunasys Date: Wed, 12 Jun 2024 13:43:58 +0900 Subject: [PATCH] Upddate version --- nebulapb/java/pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/nebulapb/java/pom.xml b/nebulapb/java/pom.xml index bc75c8c..d29f9bf 100644 --- a/nebulapb/java/pom.xml +++ b/nebulapb/java/pom.xml @@ -6,7 +6,7 @@ net.synchthia nebula-api - 1.0-SNAPSHOT + 1.1-SNAPSHOT jar @@ -39,8 +39,9 @@ io.grpc - grpc-netty + grpc-netty-shaded 1.64.0 + runtime io.grpc @@ -57,6 +58,11 @@ javax.annotation-api 1.3.2 + + com.google.protobuf + protobuf-java + 3.21.9 + @@ -79,8 +85,8 @@ maven-compiler-plugin 3.13.0 - 21 - 21 + 17 + 17 -parameters @@ -90,9 +96,9 @@ org.xolstice.maven.plugins protobuf-maven-plugin - 0.5.1 + 0.6.1 - com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier} + com.google.protobuf:protoc:3.25.1:exe:${os.detected.classifier} grpc-java io.grpc:protoc-gen-grpc-java:1.64.0:exe:${os.detected.classifier}