Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion query-service-factory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.78")

implementation(project(":query-service-impl"))
implementation("com.google.inject:guice:5.0.1")
implementation("com.google.inject:guice:6.0.0")
}
2 changes: 1 addition & 1 deletion query-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation("org.hypertrace.core.attribute.service:attribute-service-api:0.14.26")
implementation("org.hypertrace.core.attribute.service:attribute-projection-registry:0.14.26")
implementation("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.26")
implementation("com.google.inject:guice:5.0.1")
implementation("com.google.inject:guice:6.0.0")
implementation("org.apache.pinot:pinot-java-client:0.12.1") {
// We want to use log4j2 impl so exclude the log4j binding of slf4j
exclude("org.slf4j", "slf4j-log4j12")
Expand Down
Loading