Skip to content

Commit

Permalink
feat: upgrade google cloud bigtable client for feast serving
Browse files Browse the repository at this point in the history
  • Loading branch information
bayu-aditya committed Aug 14, 2024
1 parent 78f9576 commit 0522443
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions caraml-store-serving/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ dependencies {
implementation 'com.google.guava:guava:26.0-jre'
implementation 'org.apache.commons:commons-lang3:3.10'
implementation 'org.apache.avro:avro:1.10.2'
implementation 'com.google.cloud:google-cloud-bigtable:2.19.1'
implementation 'com.google.cloud:google-cloud-bigtable-bom:2.19.1'
implementation platform('com.google.cloud:libraries-bom:26.43.0')
implementation 'com.google.cloud:google-cloud-bigtable:2.40.0'
implementation 'commons-codec:commons-codec:1.17.1'
implementation 'io.lettuce:lettuce-core:6.2.0.RELEASE'
implementation 'io.netty:netty-transport-native-epoll:4.1.52.Final:linux-x86_64'
testImplementation project(':caraml-store-testutil')
Expand Down

0 comments on commit 0522443

Please sign in to comment.