Skip to content

Commit acce92b

Browse files
authored
Merge pull request #9 from pinecone-io/thin
Update proto based on minimal proto definition
2 parents 9585342 + 4938254 commit acce92b

File tree

3 files changed

+99
-246
lines changed

3 files changed

+99
-246
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'io.pinecone'
12-
version = '0.2.1' // [pc:VERSION_NEXT]
12+
version = '0.2.2' // [pc:VERSION_NEXT]
1313
description = 'The Pinecone.io Java Client'
1414

1515
sourceCompatibility = 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

2424
dependencies {
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}"

0 commit comments

Comments
 (0)