Skip to content

Commit 6c2befc

Browse files
EXPEbdodlaBhargav Dodla
andauthored
fix: Upgraded java grpc version from 1.30.2 to 1.53.0 (#234)
Co-authored-by: Bhargav Dodla <bdodla@expediagroup.com>
1 parent 4553e06 commit 6c2befc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4343
<project.custom.groupId>dev.feast</project.custom.groupId>
4444

45-
<grpc.version>1.30.2</grpc.version>
45+
<grpc.version>1.53.0</grpc.version>
4646
<protoc.version>3.12.2</protoc.version>
4747
<protobuf.version>3.16.1</protobuf.version>
4848
<com.google.cloud.version>1.111.1</com.google.cloud.version>

java/serving/src/test/java/feast/serving/it/ServingRedisS3RegistryIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public class ServingRedisS3RegistryIT extends ServingBaseTests {
3535
private static final String TEST_REGION = "us-east-1";
3636
private static final String TEST_BUCKET = "test-bucket";
37-
@Container static final S3MockContainer s3Mock = new S3MockContainer("2.2.3");
37+
@Container static final S3MockContainer s3Mock = new S3MockContainer("4.3.0");
3838
private static final AWSStaticCredentialsProvider credentials =
3939
new AWSStaticCredentialsProvider(new BasicAWSCredentials("anyAccessKey", "anySecretKey"));
4040

0 commit comments

Comments
 (0)