@@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = ' io.pinecone'
12- version = ' 0.2.2 ' // [pc:VERSION_NEXT]
12+ version = ' 0.2.3 ' // [pc:VERSION_NEXT]
1313description = ' The Pinecone.io Java Client'
1414
1515sourceCompatibility = JavaVersion . VERSION_1_8
@@ -19,23 +19,23 @@ repositories {
1919 jcenter()
2020}
2121
22- def grpcVersion = ' 1.47 .0'
22+ def grpcVersion = ' 1.53 .0'
2323
2424dependencies {
2525 api " io.grpc:grpc-protobuf:${ grpcVersion} "
2626 api " io.grpc:grpc-stub:${ grpcVersion} "
2727 api " io.grpc:grpc-netty:${ grpcVersion} "
28- runtime ' io.netty:netty-tcnative-boringssl-static:2.0.50 .Final'
29- implementation ' org.slf4j:slf4j-api:1.7.36 '
30- implementation ' com.google.api.grpc:proto-google-common-protos:2.8 .3'
28+ runtime ' io.netty:netty-tcnative-boringssl-static:2.0.59 .Final'
29+ implementation ' org.slf4j:slf4j-api:2.0.5 '
30+ implementation ' com.google.api.grpc:proto-google-common-protos:2.14 .3'
3131 compileOnly " org.apache.tomcat:annotations-api:6.0.53" // necessary for Java 9+
3232
3333 testImplementation " io.grpc:grpc-testing:${ grpcVersion} "
3434 testImplementation ' junit:junit:4.13.2'
3535 testImplementation " org.hamcrest:hamcrest:2.2"
36- testImplementation ' org.mockito:mockito-core:4.3.1 '
37- testImplementation ' org.slf4j:slf4j-simple:1.7.36 '
38- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.13.1 '
36+ testImplementation ' org.mockito:mockito-core:5.2.0 '
37+ testImplementation ' org.slf4j:slf4j-simple:2.0.5 '
38+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.14.2 '
3939}
4040
4141java {
0 commit comments