Skip to content

Commit

Permalink
chore: update framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Jul 6, 2022
1 parent 60ab34b commit 5957231
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion query-service-factory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.35")
api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.36")

implementation(project(":query-service-impl"))
implementation("com.google.inject:guice:5.0.1")
Expand Down
2 changes: 1 addition & 1 deletion query-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
}
implementation("org.slf4j:slf4j-api:1.7.32")
implementation("commons-codec:commons-codec:1.15")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.35")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.36")
implementation("com.google.protobuf:protobuf-java-util:3.20.1")
implementation("com.google.guava:guava:31.1-jre")
implementation("io.reactivex.rxjava3:rxjava:3.0.11")
Expand Down
4 changes: 2 additions & 2 deletions query-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
dependencies {
implementation(project(":query-service-factory"))
implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.7.2")
implementation("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.35")
implementation("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.36")
implementation("org.slf4j:slf4j-api:1.7.32")
implementation("com.typesafe:config:1.4.1")

Expand All @@ -22,7 +22,7 @@ dependencies {
integrationTestImplementation("org.testcontainers:testcontainers:1.16.2")
integrationTestImplementation("org.testcontainers:junit-jupiter:1.16.2")
integrationTestImplementation("org.testcontainers:kafka:1.16.2")
integrationTestImplementation("org.hypertrace.core.serviceframework:integrationtest-service-framework:0.1.35")
integrationTestImplementation("org.hypertrace.core.serviceframework:integrationtest-service-framework:0.1.36")
integrationTestImplementation("com.github.stefanbirkner:system-lambda:1.2.0")

integrationTestImplementation("org.apache.kafka:kafka-clients:5.5.1-ccs")
Expand Down

0 comments on commit 5957231

Please sign in to comment.