Skip to content

Commit 449d2a5

Browse files
committed
Update veriso nand builds
1 parent 9eec6c4 commit 449d2a5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Maven:
1515
<dependency>
1616
<groupId>io.pinecone</groupId>
1717
<artifactId>pinecone-client</artifactId>
18-
<version>0.2.2</version>
18+
<version>0.2.3</version>
1919
</dependency>
2020
```
2121

build.gradle

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

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

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

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

4141
java {

0 commit comments

Comments
 (0)