File tree Expand file tree Collapse file tree
serving/src/test/java/feast/serving/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 3434public 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
You can’t perform that action at this time.
0 commit comments