File tree Expand file tree Collapse file tree 3 files changed +99
-246
lines changed Expand file tree Collapse file tree 3 files changed +99
-246
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = ' io.pinecone'
12- version = ' 0.2.1 ' // [pc:VERSION_NEXT]
12+ version = ' 0.2.2 ' // [pc:VERSION_NEXT]
1313description = ' The Pinecone.io Java Client'
1414
1515sourceCompatibility = JavaVersion . VERSION_1_8
@@ -19,14 +19,15 @@ repositories {
1919 jcenter()
2020}
2121
22- def grpcVersion = ' 1.44.1 '
22+ def grpcVersion = ' 1.47.0 '
2323
2424dependencies {
2525 api " io.grpc:grpc-protobuf:${ grpcVersion} "
2626 api " io.grpc:grpc-stub:${ grpcVersion} "
2727 api " io.grpc:grpc-netty:${ grpcVersion} "
2828 runtime ' io.netty:netty-tcnative-boringssl-static:2.0.50.Final'
2929 implementation ' org.slf4j:slf4j-api:1.7.36'
30+ implementation ' com.google.api.grpc:proto-google-common-protos:2.8.3'
3031 compileOnly " org.apache.tomcat:annotations-api:6.0.53" // necessary for Java 9+
3132
3233 testImplementation " io.grpc:grpc-testing:${ grpcVersion} "
You can’t perform that action at this time.
0 commit comments